public class ClientGUI
extends javafx.application.Application
implements javafx.event.EventHandler<javafx.scene.input.KeyEvent>
| Constructor and Description |
|---|
ClientGUI() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javafx.scene.input.KeyEvent event) |
static void |
main(java.lang.String[] args) |
void |
start(javafx.stage.Stage primaryStage) |
public void start(javafx.stage.Stage primaryStage)
throws java.lang.Exception
start in class javafx.application.Applicationjava.lang.Exceptionpublic void handle(javafx.scene.input.KeyEvent event)
handle in interface javafx.event.EventHandler<javafx.scene.input.KeyEvent>public static void main(java.lang.String[] args)