XInfoPanel

Usage

A panel showing text parsed by the variable substitutor. The text can be specified through the XInfoPanel.info resource. This panel can be useful when you have to show information after the installation process is completed (for instance if the text contains the target path). The font can be set on this text through the optional variable XinfoPanel.font, and its value is to be formatted consistent with the support provided by java.awt.Font.decode().

In the following example the font size and type are omitted, but they can also be part of the value:

<variable name="XInfoPanel.font" value="monospaced"/>

Labels/Messages

id
Description
InfoPanel.infoThe label to show on the panel. Variable substitution applies here.

Resources

id
Description
XInfoPanel.infoText file resource - the text to be shown as panel content.

Limitations

The panel id is not taken into account for label nor for the resource. You have to specify InfoPanel.info. The label InfoPanel.info is shared with HTMLInfoPanel & InfoPanel as well.