*
* @param parent The parent window.
* @param idata The installation data.
*/
public ResultPanel(InstallerFrame parent, InstallData idata) {
super(parent, idata, new IzPanelLayout());
// The info label.
add(LabelFactory.create(parent.langpack.getString("result.info.label"),
parent.icons.getImageIcon("edit"), SwingConstants.LEADING), LayoutConstants.NEXT_LINE);
// The text area which shows the info.