Example #1
0
  public void actionPerformed(ActionEvent arg0) {
    String command = arg0.getActionCommand();

    if (command.equals("checktedupdates")) {
      main.isNewTed(true);
    } else if (command.equals("checkshowupdates")) {
      main.isNewPredefinedShowsXML(true);
    }
  }