Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ windowClosing
Method
windowClosing
code/src/java/pcgen/gui2/PCGenFrame.java:205–209 ·
view source on GitHub ↗
(WindowEvent e)
Source
from the content-addressed store, hash-verified
203
{
204
205
@Override
206
public
void
windowClosing(WindowEvent e)
207
{
208
PCGenUIManager.closePCGen();
209
}
210
211
});
212
}
Callers
nothing calls this directly
Calls
1
closePCGen
Method · 0.95
Tested by
no test coverage detected