67891011121314
/** * @param args */ public static void main(String[] args) { Gui gui = new Gui(); new Control(gui); gui.setVisible(true); }