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)
| 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. |