Skip to content

Commit

Permalink
Paris Button wasn't Implemented Properly
Browse files Browse the repository at this point in the history
  • Loading branch information
whernandez23 committed May 13, 2021
1 parent 48f9d74 commit d6605a4
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 @@ -261,7 +261,7 @@ public void changed(ObservableValue<? extends Toggle> ob,
Button buttonParis = new Button (" Paris ", imageParis);
imageParis.setFitWidth(160);
imageParis.setFitHeight(160);
buttonLondon.setOnAction(new EventHandler<ActionEvent>()
buttonParis.setOnAction(new EventHandler<ActionEvent>()
{
@Override public void handle(ActionEvent e)
{
Expand Down

0 comments on commit d6605a4

Please sign in to comment.