Hello, I use NetBeans with the Darcula LAF graphical plugin to program Java. This plugin leaves a dark, very nice design. On the JFrame edit screen the look and feel is inherited:
ButifIcompileitgetsthelookandfeelthatIusuallyputviacode(UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());)
My question is, can I somehow inherit this plugin's look and feel?
Thanks!