示例#1
0
 /**
  * updates the status bar at the bottom of the main window. Just a helper method for this class
  * Was thinking of displaying the last complete transaction, for troubleshooting/demo purposes.
  *
  * @param message - the message to be displayed on the status bar
  */
 private void updateStatusBar(String message) {
   mainWindow.getMyContentPane().setStatusLbl(message);
 }