test
This commit is contained in:
@@ -20,7 +20,7 @@ public class HappyBirdMain extends Application {
|
||||
@Override
|
||||
public void start(Stage stage) throws IOException {
|
||||
FXMLLoader fxmlLoader = new FXMLLoader(HelloApplication.class.getResource("happyBird.fxml"));
|
||||
Scene scene = new Scene(fxmlLoader.load(), 578, 700);
|
||||
Scene scene = new Scene(fxmlLoader.load(), 800, 700);
|
||||
stage.setTitle("HappyBird");
|
||||
stage.setScene(scene);
|
||||
stage.show();
|
||||
|
Reference in New Issue
Block a user