Exemplo n.º 1
0
  public void restart() throws IOException {
    if (isstarted) {
      stop();
    }

    StartTester st = new StartTester();
    st.start();
  }