Netbeans LookAndFeel
Posted by Ktoso on 27/09/2009 – 15:02
As I’m using a very slim and dark theme on my dekstop, some apps tend to behave quite weird sometimes, one of this apps is my favorite IDE – netbeans. I thought I’d post how to use this IDE with any LookAndFeel you want to use – in my case “Metal” – the default “Java LookAndFeel” as the default one didn’t show some text (white text on white background…). The solution is as simple as launching netbeans by:
netbeans --laf javax.swing.plaf.metal.MetalLookAndFeel


Post a reply