ServerApp - rsanchez-wsu/jfiles GitHub Wiki
This is the main server GUI application.
Package: gui
Functions
+ public void start(Stage stage) throws Exception
Parameters:
- 'stage' - GUI stage.
Starts the ServerApp GUI.
+ public static void main(String[] args)
Parameters:
- 'args' - command line arguments.
Application entry point.