Example #1
0
 /** @param args Unused as this is a GUI */
 public static void main(String[] args) {
   GUIController appController = new GUIController();
   appController.start();
 }