Compare commits
3 Commits
3211abd006
...
eeca53fc25
Author | SHA1 | Date | |
---|---|---|---|
eeca53fc25 | |||
9178db8a8d | |||
e23937c4f6 |
@ -1,5 +1,3 @@
|
|||||||
# Essensbestellungsverwaltung
|
# Essensbestellungsverwaltung
|
||||||
|
|
||||||
test
|
test
|
||||||
|
|
||||||
test
|
|
@ -12,7 +12,7 @@ public class HelloApplication extends Application {
|
|||||||
public void start(Stage stage) throws IOException {
|
public void start(Stage stage) throws IOException {
|
||||||
FXMLLoader fxmlLoader = new FXMLLoader(HelloApplication.class.getResource("hello-view.fxml"));
|
FXMLLoader fxmlLoader = new FXMLLoader(HelloApplication.class.getResource("hello-view.fxml"));
|
||||||
Scene scene = new Scene(fxmlLoader.load(), 320, 240);
|
Scene scene = new Scene(fxmlLoader.load(), 320, 240);
|
||||||
stage.setTitle("Hello!");
|
stage.setTitle("Hello World!");
|
||||||
stage.setScene(scene);
|
stage.setScene(scene);
|
||||||
stage.show();
|
stage.show();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user