Class ServerMain
java.lang.Object
ServerMain
public final class ServerMain extends Object
-
Method Summary
Modifier and Type Method Description static void
main(String[] args)
Initializes and starts aServerBackend
, aServerModel
, and a very basic UI to indicate that the server is running.
-
Method Details
-
main
Initializes and starts aServerBackend
, aServerModel
, and a very basic UI to indicate that the server is running. When that UI is closed, using the standard operating system "X" control, the server is shut down. You do not need to modify this file.
-