public class Main
extends javafx.application.Application
implements javafx.event.EventHandler<javafx.event.ActionEvent>
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(javafx.event.ActionEvent event) |
void |
init()
Method performs initialization of layouts prior to actual starting
of the application.
|
static void |
main(String[] args) |
void |
start(javafx.stage.Stage stage) |
void |
stop() |
public void init()
init in class javafx.application.Applicationpublic void start(javafx.stage.Stage stage)
start in class javafx.application.Applicationpublic void stop()
stop in class javafx.application.Applicationpublic static void main(String[] args)
public void handle(javafx.event.ActionEvent event)
handle in interface javafx.event.EventHandler<javafx.event.ActionEvent>Copyright © 2018. All rights reserved.