public abstract class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
address
IP of the server
|
static java.lang.String[] |
days
List of Days (String[])
|
static int |
port
This is the port on the Server to connect to.
|
static java.lang.String[] |
venues
List of all the rooms available (String[])
|
static int |
winHt
This is the Height of Window (GUI)
|
static int |
winWt
This is the Lenght of Window (GUI)
|
Constructor and Description |
---|
Constants() |
Modifier and Type | Method and Description |
---|---|
static void |
sizeit(javafx.stage.Stage a)
Set the size of GUI Window.
|
public static int port
public static int winHt
public static int winWt
public static java.lang.String address
public static java.lang.String[] venues
public static java.lang.String[] days