Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
whernandez23 committed May 14, 2021
1 parent e5e33e2 commit ee885c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Expedia/src/application/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ public void changed(ObservableValue<? extends Toggle> ob,
contact.add(RB1, 1, 4, 1, 1);
contact.add(RB2, 1, 5, 1, 1);


//Added insurance that fields must be filled out
Button submitButton = new Button("SUBMIT");
submitButton.setOnAction(new EventHandler<ActionEvent>()
{
Expand Down Expand Up @@ -878,7 +878,7 @@ public void run()




//Setup layout
BorderPane bp = new BorderPane();
bp.setBackground(new Background(OrangeBG));
bp.setTop(clock);
Expand Down

0 comments on commit ee885c7

Please sign in to comment.