1617181920212223242526
public Main() { try { new Controller().start(); } catch(Exception e) { e.printStackTrace(); }