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

Method startPCGenFrame

code/src/java/pcgen/gui2/PCGenFrame.java:219–224  ·  view source on GitHub ↗

This is called after initialization and starts up the PCGenFrame by setting it visible and then performing other startup actions as the user's preferences dictate.

()

Source from the content-addressed store, hash-verified

217 * as the user's preferences dictate.
218 */
219 void startPCGenFrame()
220 {
221 GuiAssertions.assertIsSwingThread();
222 setVisible(true);
223 new StartupWorker().start();
224 }
225
226 /**
227 * This thread does the work of starting up the UI.

Callers

nothing calls this directly

Calls 3

assertIsSwingThreadMethod · 0.95
setVisibleMethod · 0.65
startMethod · 0.65

Tested by

no test coverage detected