There was an error while loading. Please reload this page.
1 parent 6520c6f commit 0f51250Copy full SHA for 0f51250
1 file changed
src/main/java/com/example/HelloFX.java
@@ -17,7 +17,6 @@ public void start(Stage stage) throws Exception {
17
stage.setTitle("Tittle goes here");
18
stage.setScene(scene);
19
stage.show();
20
- //Nothing
21
}
22
23
static void main() {
0 commit comments