getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_CANCEL);
getSetupFrame().setButtonEnabled(false, getSetupFrame().BUTTON_HELP);
getSetupFrame().removeButtonIcon(getSetupFrame().BUTTON_NEXT);
getSetupFrame().setButtonSelected(getSetupFrame().BUTTON_NEXT);
installationCompleted panel = (installationCompleted)getPanel();
panel.setDetailsButtonActionCommand(getSetupFrame().ACTION_DETAILS);
panel.addDetailsButtonActionListener(getSetupFrame().getSetupActionListener());
if ( installData.isAbortedInstallation() ) {
String titleText = ResourceManager.getString("String_InstallationCompleted1_Abort");
panel.setTitleText(titleText);
String dialogText = ResourceManager.getString("String_InstallationCompleted2_Abort");
panel.setDialogText(dialogText);
} else if ( installData.isErrorInstallation() ) {
String titleText = ResourceManager.getString("String_InstallationCompleted1_Error");
panel.setTitleText(titleText);
String dialogText = ResourceManager.getString("String_InstallationCompleted2_Error");
panel.setDialogText(dialogText);
}
htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText);
htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText);
htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText);