Ejemplo n.º 1
0
 protected void exitForm(Form f) {
   if ("Main".equals(f.getName())) {
     exitMain(f);
     aboutToShowThisContainer = null;
     return;
   }
 }