31323334353637
/** * At startup create and show the main frame of the application. */ @Override protected void startup() { show(new GUI_main(this)); }