It is possible to download a L&F java theme and use it in netbeans ?
for example use one of these themes:
http://geeknizer.com/best-java-swing-look-and-feel-themes-professional-casual-top-10/
I tried this instructions but it looks old:
http://javahowto.blogspot.in/2008/05/how-to-customize-netbeans-look-and-feel.html
Using netBeans 7.2
UPDATE:
this command seems work:
./netbeans --cp:p /home/fra/Desktop/jgoodies-looks-2.4.2/jgoodies-looks-2.4.2.jar --cp:p /home/fra/Desktop/jgoodies-looks-2.4.2/lib/jgoodies-common-1.2.1.jar --laf com.jgoodies.looks.plastic.PlasticLookAndFeel
You need to use a flag. You can check here for more info. And to change to some predefined LaF:
Available Themes
javax.swing.plaf.metal.MetalLookAndFeel.com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel.com.sun.java.swing.plaf.windows.WindowsLookAndFeel(MS Windows), orcom.sun.java.swing.plaf.gtk.GTKLookAndFeel(Linux), orcom.sun.java.swing.plaf.mac.MacLookAndFeel(Mac OS) depending on the operating system you use (See alsoUIManager.getSystemLookAndFeelClassName()).com.sun.java.swing.plaf.motif.MotifLookAndFeel.To use the themes
--cp:p <jar_path>start-up option.--laf <laf_class>start-up option.When NetBeans starts you should notice the different look. If not, check for typos.