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

Method setRootFrame

code/src/java/pcgen/core/Globals.java:350–353  ·  view source on GitHub ↗

Sets the root frame The root frame is the container in which all other panels, frame etc are placed. @param frame the PCGen_Frame1 which is to be root

(final JFrame frame)

Source from the content-addressed store, hash-verified

348 * @param frame the {@code PCGen_Frame1} which is to be root
349 */
350 public static void setRootFrame(final JFrame frame)
351 {
352 rootFrame = frame;
353 }
354
355 /**
356 * Returns the current root frame.

Callers 1

PCGenFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected