i++;
} while (i < p.getComponentCount() && !found);
if (found) {
logger.debug("Trovato rb selezionato: " + rb.getText());
new ShowResultsDialog(UserInterface.this, theCoordinator.getDataCollection(rb.getText())).show();
currentStatus = INITIAL_STATUS;
setDefaultOkAction();
((CardLayout)(getJPanelWorking().getLayout())).show(getJPanelWorking(), WELCOMEPANEL);
} else {
logger.debug("Nessun rb selezionato");