Class ClientLauncherGUI
java.lang.Object
it.polimi.ingsw.gc14.ClientLauncherGUI
Entry point for launching the game client with the JavaFX GUI.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInnerApplicationsubclass that wires the GUI to the client controller and hands off control toGUI.start(Stage). -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClientLauncherGUI
public ClientLauncherGUI()
-
-
Method Details
-
main
Launches the GUI application.- Parameters:
args- command-line arguments passed to the JavaFX runtime.
-