This week's book giveaway is in the Java in General forum. We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line! See this thread for details.
I made a JFrame using NetBeans. I built the project and the jar file is been created. When I double click the jar icon, it does nothing. Nothing displays. (plz do note.. in my code setVisible(true)) Why is that. I m using MS windows xp.
Finally I got it corrct. There was something wrong with the main class. When I set the main class as my Jframe class, it worked. Thank god. Many thanks to all who tried out my problem.