| Author |
How to set Nimbus Look and feel in Netbeans
|
kunagu varun
Ranch Hand
Joined: Apr 13, 2010
Posts: 38
|
|
What i want to do is to set Nimbus look and feel for my GUI application developed in Netbeans. When i run the application it uses only the default windows xp theme. I want netbeans to use java themes for my GUI application.
Please help me...
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
Check out UIManager and its setLookAndFeel method. You can use the getInstalledLookAndFeels method to get the installed look&feels.
Keep in mind that you need to set the look&feel before you create your user interface. If you set it later you need to call update the UI - use SwingUtilities.updateComponentTreeUI for this.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: How to set Nimbus Look and feel in Netbeans
|
|
|