3839404142434445464748
public static void go() { // Let's choose the theme FramesTools.setLookAndFeelJava(); try { new StartInit(); } catch (Exception e) { e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates. }