So far I have this
public static void main(String[] args) { try { UIManager.setLookAndFeel(\"com.sun.java.swing.plaf.nimbus.NimbusLookAndFee
I've done it. You have to create parts of the UI, and then call UIManager.setLookAndFeel() to change the look & feel, and then create the other parts. It's more like a hack.