Re: how to change look&feel
Richard Bair <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
} catch (Exception e) {}
On Nov 10, 2006, at 6:10 AM, johnrajbd wrote:
>
> 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.