I am coding Java 7 with the Netbeans 7.1 IDE. From the Java 1.7 package they are using a new theme in their applications.
What can I do to make my application\'s th
I feel that this is more a question for SO, but in short you should try something like :
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());