} else if (step == LICENSE) {
p = new InstallLicensePanel(this);
} else if (step == SERVER_SETTINGS) {
p = new ServerSettingsPanel(this);
} else if (step == REPLICATION_OPTIONS) {
p = new DataReplicationPanel(this);
} else if (step == CREATE_GLOBAL_ADMINISTRATOR) {
p = new GlobalAdministratorPanel(this);
} else if (step == SUFFIXES_OPTIONS) {
p = new SuffixesToReplicatePanel(this);
} else if (step == REMOTE_REPLICATION_PORTS) {