Skip to content

Commit

Permalink
Help Button change
Browse files Browse the repository at this point in the history
  • Loading branch information
whernandez23 committed May 13, 2021
1 parent a66f668 commit d5ead55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Expedia/src/application/expediaServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,10 @@ public void run()
alert.setHeaderText("Help Screen");

String hStr="- Click on EXIT button to quit the socket server.\r\n" +
"- Click on Show Log to display current transaction log file.\r\n" +
"- Click on Transaction Data to display current transaction history.\r\n" +
"- Click on Log Data to display current logs.\r\n" +
"- Click on New Kiosk to create the next ticket kiosk station.\r\n" +
"- Click on Stat Tracker to display stat analyses.\r\n" +
"- Click on LIST KIOSKS to display current status of kiosks.\r\n";

alert.setContentText(hStr);
Expand Down

0 comments on commit d5ead55

Please sign in to comment.