public void duringShow() {
Thread t = new Thread() {
public void run() {
InstallData installData = InstallData.getInstance();
if ( ! installData.databaseAnalyzed() ) {
getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_NEXT);
// now it is time to read the infoFile in directory "installData.getInfoRoot()"
readInfoFile();