Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
actionPerformed
Method · 0.95
windowClosing
Method · 0.95
handleQuitRequestWith
Method · 0.95
Calls
2
shutdown
Method · 0.95
closeAllCharacters
Method · 0.80
Tested by
no test coverage detected