public class MyApp extends javafx.application.Application implements GravitonRunInShell
| Constructor and Description |
|---|
MyApp() |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.Scene |
createScene(Graviton graviton)
Called after your main class is created.
|
void |
start(javafx.stage.Stage primaryStage) |
public javafx.scene.Scene createScene(Graviton graviton)
GravitonRunInShellcreateScene in interface GravitonRunInShellgraviton - A reference to a control interface for the browser.public void start(javafx.stage.Stage primaryStage)
start in class javafx.application.Application