예제 #1
0
 public static void main(String[] args) {
   ApplicationMain main = new ApplicationMain();
   while (true) {
     main.run();
   }
 }