/** Shows the breakpoint panel. */
 public void showBreakpoints() {
   breakpointWindow.getTable().clearSelection();
   breakpointWindow.setVisible(true);
   if (breakpointWindow.getState() == Frame.ICONIFIED) breakpointWindow.setState(Frame.NORMAL);
 }