Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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().

...

Code Block
languagehtml/xml
<variable name="XInfoPanel.font" value="monospaced"/>

...

Labels/Messages

Resource
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.