예제 #1
0
 public void Stop() {
   if (!Running) System.exit(0);
   System.out.println("[System] Stopping...");
   CleanUp();
   Running = false;
 }