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

Method closePCGen

code/src/java/pcgen/gui2/PCGenUIManager.java:85–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 }
84
85 public static void closePCGen()
86 {
87 if (pcgenFrame != null)
88 {
89 if (!pcgenFrame.closeAllCharacters())
90 {
91 return;
92 }
93
94 pcgenFrame.dispose();
95 }
96 Main.shutdown(true);
97 }
98}

Callers 3

actionPerformedMethod · 0.95
windowClosingMethod · 0.95
handleQuitRequestWithMethod · 0.95

Calls 2

shutdownMethod · 0.95
closeAllCharactersMethod · 0.80

Tested by

no test coverage detected