Example #1
0
 /**
  * Add actionListener for the button cancel
  *
  * @param ac
  */
 public void addCancelActionListener(ActionListener ac) {
   logManager.trace("Action Listener added to the button OK");
   frame.addCancelButtonActionListener(ac);
 } // end of the method addCancelActionListener