Hallo,
ich möchte bei einem Klick auf das X im JDialog ein System.exit(0) ausführen. Leider geht folgendes nicht:
Er meldet dann: java.lang.IllegalArgumentException: defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, or DISPOSE_ON_CLOSE
Was gibts noch für Möglichkeiten?
ich möchte bei einem Klick auf das X im JDialog ein System.exit(0) ausführen. Leider geht folgendes nicht:
Code:
setDefaultCloseOperation(JDialog.EXIT_ON_CLOSE);
Er meldet dann: java.lang.IllegalArgumentException: defaultCloseOperation must be one of: DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE, or DISPOSE_ON_CLOSE
Was gibts noch für Möglichkeiten?