MCPcopy Create free account
hub / github.com/PCGen/pcgen / checkExit

Method checkExit

code/src/java/pcgen/gui2/converter/ConvertPanel.java:171–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 public void checkExit()
172 {
173 int response = JOptionPane.showConfirmDialog(this, "Are you sure you wish to cancel and exit?", "Confirm Exit",
174 JOptionPane.OK_CANCEL_OPTION);
175 if (response == JOptionPane.OK_OPTION)
176 {
177 PCGenDataConvert.savePrefs();
178 GracefulExit.exit(0);
179 }
180 }
181
182 private void runNextPanel()
183 {

Callers 2

ConvertPanelMethod · 0.95
windowClosingMethod · 0.80

Calls 2

savePrefsMethod · 0.95
exitMethod · 0.95

Tested by

no test coverage detected