public class CustomerGUI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
controllerIP
The Constant controllerIP.
|
static int |
controllerPORT
The Constant controllerPORT.
|
Constructor and Description |
---|
CustomerGUI()
Create the customer gui, send a request for the menu and recieve the menu from the controller.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Launch the application.
|
void |
updateMenuDisplay()
Update menu display.
|
void |
updateOrderDisplay()
Update order display.
|
public static final java.lang.String controllerIP
public static final int controllerPORT