2223242526272829303132
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (Exception e) { System.err.println(e.getStackTrace()); } MainController mainController = new MainController(); mainController.startView(); } }); }