Client App - rsanchez-wsu/jfiles GitHub Wiki
This class provides a graphic user interface for the Client application.
Package: gui
Functions
+ public void start(Stage stage) throws Exception
Starts and displays the ClientApp GUI. @throws - Exception if the FXML file does not load properly
Parameters:
- 'stage' - The stage for the GUI.
+ public static void main(String[] args)
Application entry point.
Parameters:
- 'args' - command line arguments.