6061626364656667686970
} break; case MENU_PERSON: if(ma.authenticate()) { PersonEditor pe = new PersonEditor(service); pe.showPersonMenu(); } break; case MENU_IMMO: if(ma.authenticate()) { ImmobilienEditor ie = new ImmobilienEditor(service, ma.getLastAuthenticatedMakler());