Skip to content

Commit

Permalink
Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvir10029 committed May 14, 2021
1 parent 610a85a commit 384faee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Expedia/src/application/expediaServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void start (Stage stage) throws FileNotFoundException
ta.setPrefWidth(10);
ta.setPrefHeight(10);
ta.setEditable(false);
ta.setText("1");
hbox.getChildren().add(ta);
gridPane_3.getChildren().add(hbox);
gridPane_3.setStyle("-fx-background-color:#ffdc64; -fx-opacity:1;");
Expand Down
11 changes: 11 additions & 0 deletions Expedia/transactionLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,14 @@
05-12-2021 18.05.43 : SERVER : Payment Method: Credit
05-12-2021 18.05.43 : SERVER : Card #: 1234
05-12-2021 18.05.44 : SERVER : quit
05-13-2021 22.00.29 : SERVER : Transaction>kiosk#001,0,0.00
05-13-2021 22.00.29 : SERVER : Name: Bill Wutz
05-13-2021 22.00.30 : SERVER : Starting Location: Miami
05-13-2021 22.00.30 : SERVER : Ending Location: New York City
05-13-2021 22.00.31 : SERVER : Email: [email protected]
05-13-2021 22.00.31 : SERVER : Payment Method: Credit
05-13-2021 22.00.32 : CLIENT : Transaction>kiosk#001,0,0.00
05-13-2021 22.00.32 : SERVER : Card #: 23456
05-13-2021 22.00.33 : SERVER : Time and Price: 1:50 PM - $400;
05-13-2021 22.00.33 : SERVER :
05-13-2021 22.00.34 : SERVER : quit

0 comments on commit 384faee

Please sign in to comment.