5678910111213
/** * @param args */ public static void main(String[] args) { MainWindow m = new MainWindow(); m.setVisible(true); }