zeile 15 wurde geändert
This commit is contained in:
		@@ -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 World!");
 | 
					        stage.setTitle("Hello World! von Richard");
 | 
				
			||||||
        stage.setScene(scene);
 | 
					        stage.setScene(scene);
 | 
				
			||||||
        stage.show();
 | 
					        stage.show();
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user