1
Hello, I use Netbeans with the Darcula LAF graphical plugin to program Java. This plugin leaves a dark design, very cool. In the Jframe editing screen the look and Feel is inherited:
But if I compile it gets the look and Feel that I usually put via code (Uimanager.setLookAndFeel(Uimanager.getSystemLookAndFeelClassName());)
My question is, somehow I can inherit this look and Feel from the plugin?
Thanks!
Bah that simple, thank you very much!
– João Felipe Gonçalves