This folder contains:
Classname: com.zerog.ia.customcode.installpanels.DisplayImage
Description: This panel, which matches the look and feel of other InstallAnywhere panels, displays a GIF or JPEG image. You can control whether scroll bars show up if the image is too big.
Input InstallAnywhere Variables:
"DisplayImage_ImageSourcePath": Path and name to the image to display found in "customcode.jar". For example: 'images/mine.jpg'.
"DisplayImage_ScrollPolicy":
Scrollpane policy. Value can be 'SCROLLBARS_NEVER' or
'SCROLLBARS_ALWAYS' or 'SCROLLBARS_AS_NEEDED'. See the JDK docs for info on how
this is used in scrollpanes.
“DisplayImage_Title”: Title to Display.
Output InstallAnywhere Variables:
none
October 28, 1999.