Package gui
Class GUICreator
java.lang.Object
gui.GUICreator
Utility class which instantiates main GUI components.
-
Method Summary
Modifier and TypeMethodDescriptionstatic javafx.scene.Parent
Return the root node for the GUI.
-
Method Details
-
createGUI
public static javafx.scene.Parent createGUI()Return the root node for the GUI.
-