MCPcopy Create free account
hub / github.com/Neop/mudmap2 / quit

Method quit

src/main/java/mudmap2/frontend/Mainwindow.java:310–314  ·  view source on GitHub ↗

Saves all config

()

Source from the content-addressed store, hash-verified

308 * Saves all config
309 */
310 public void quit() {
311 closeTabs();
312 WorldFileList.write();
313 System.exit(0);
314 }
315
316 /**
317 * Updates menu items when the tab changes

Callers 2

windowClosingMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

closeTabsMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected