535455565758596061626364
int response = mainMenu.show(); switch(response) { case MENU_MAKLER: if(pfa.authenticate()) { MaklerEditor me = new MaklerEditor(service); me.showMaklerMenu(); } break; case MENU_PERSON: if(ma.authenticate()) { PersonEditor pe = new PersonEditor(service);