So far I have this
public static void main(String[] args) { try { UIManager.setLookAndFeel(\"com.sun.java.swing.plaf.nimbus.NimbusLookAndFee
When a Component is created, the current LookAndFeel will be used to display that Component.
Component