public final class ServerMain
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
Initializes and starts a
ServerBackend , a ServerModel ,
and a very basic UI to indicate that the server is running. |
public static void main(java.lang.String[] args)
ServerBackend
, a ServerModel
,
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.