htmlInfoText = InfoCtrl.setHtmlFrame("header", htmlInfoText);
htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText);
htmlInfoText = InfoCtrl.setReadyToInstallInfoText(packageData, htmlInfoText);
htmlInfoText = InfoCtrl.setHtmlFrame("end", htmlInfoText);
UninstallationImminent panel = (UninstallationImminent)getPanel();
panel.setInfoText(htmlInfoText);
panel.setCaretPosition();
// System.err.println("\nUninstallation module state dump 3:");
// Dumper.dumpModuleStates(packageData);
}