Ejemplo n.º 1
0
 /** Invoked when the mouse has been clicked on a component. */
 public void mouseClicked(MouseEvent e) {
   if ((historyModel != null) && isEnabled()) {
     historyModel.goForward();
   }
 }