Skip to content

ServerApp

zackarm edited this page Apr 17, 2017 · 1 revision

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.

Clone this wiki locally