13141516171819202122
{ /* * The programs begins from this place. Init the graphics up here */ MainWindow window = new MainWindow(); //window.setJMenuBar(new IDMenuBar()); window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); }