Skip to content

Commit

Permalink
Fixed error when close program
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul-mz committed Jan 21, 2016
1 parent 7a98aeb commit 45ecd07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public POSClientWindow(){
System.out.println("SystemTray is not supported");
return;
}
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
final SystemTray tray = SystemTray.getSystemTray();
/** Container */
Expand Down

0 comments on commit 45ecd07

Please sign in to comment.