Skip to content

Commit

Permalink
Background in GridPane
Browse files Browse the repository at this point in the history
Slight color change to look more appropriate
  • Loading branch information
whernandez23 authored Apr 23, 2021
1 parent 8616370 commit 23e8e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Expedia/src/application/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public void start(Stage primaryStage)
gridPane.add(buttonTokyo, 0, 2, 1, 1);
gridPane.add(buttonAtlantis, 1, 2, 1, 1);
gridPane.add(buttonLondon, 2, 2, 1, 1);
gridPane.setStyle("-fx-background-color:#FFFF00; -fx-opacity:1;");
gridPane.setStyle("-fx-background-color:#Ffe48b; -fx-opacity:1;");
scr.setContent(gridPane);
scr.setPrefViewportWidth(10);
scr.setPrefViewportHeight(200);
Expand Down

0 comments on commit 23e8e4f

Please sign in to comment.