示例#1
0
  public void init(String[] args) throws SshToolsApplicationException {
    super.init(args);
    /* Currently the only options in this tab rely on 1.4 (mouse wheel support) */
    try {
      addAdditionalOptionsTab(new SshTermOptionsTab());
    } catch (Throwable t) {

    }
  }
示例#2
0
 public void exit() {
   super.exit(true);
 }