} else if (step == REMOTE_REPLICATION_PORTS) {
p = new RemoteReplicationPortsPanel(this);
} else if (step == NEW_SUFFIX_OPTIONS) {
p = new DataOptionsPanel(this);
} else if (step == RUNTIME_OPTIONS) {
p = new RuntimeOptionsPanel(this);
} else if (step == REVIEW) {
p = new InstallReviewPanel(this);
} else if (step == PROGRESS) {
p = new ProgressPanel(this);
} else if (step == FINISHED) {