Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
alberinalatifaj committed May 13, 2021
1 parent fe21f14 commit a21244f
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Expedia/src/application/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,10 @@ public void start(Stage primaryStage)
{
String strSTA = startLocTF.getValue();
String strEND = endLocTF.getValue();

System.out.println(strEND);
if(strEND =="Miami")
{
//waiting.setText("Select One Time");
times1.setText("11:30 AM\n");
times2.setText("12:20 PM\n");
times3.setText("1:15 PM");
}
else
{
waiting.setText( "1");
}

//fileIO locLog = new fileIO();
//locLog.writeToFile(strSTA, strEND);

Expand Down

0 comments on commit a21244f

Please sign in to comment.