Re: how to change look&feel
johnrajbd <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
try {
UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
} catch (Exception e) { }
i used these code in the constructor after initComponents(); function in
Netbeans. but it's not working.
--
View this message in context: http://www.nabble.com/how-to-change-look-feel-tf2605460.html#a7277560
Sent from the Netbeans - UI mailing list archive at Nabble.com.