Java Launch Step Processor Sample Files

The sample Java Launch Step Processor files are located in the \Developer Files\Samples\vwpanel\samplelaunch directory. For information on the installation and contents of the Process Development Environment, see the Process Development Environment Installation topic.

The \samplelaunch directory contains the following files:

File name (and location)

Description

VWSampleLaunchApplet.java

For applets hosted in HTML files. Implements methods for loading the window by using the VWResource and VWImageLoader classes. Creates and initializes the Java Launch Step Processor applet. Loads the window, sets the title, establishes a VWSession, and calls the main user interface panel.

VWSampleLaunchApplication.java

For applications. Implements methods for loading the window by using the VWResource and VWImageLoader classes. Creates and initializes the Java Launch Step Processor application. Loads the window, sets the title, establishes a VWSession, and calls the main user interface panel.

VWSampleLaunchPanel.java

Implements the user interface visual elements for the Launch Step Processor. Initializes the controls for the panel.

\resources\VWResource.java

Acts as a resource provider for the processor. The default resource is the title string for the applet.

\images\VWImageLoader.java

Loads images for the VWSampleLaunchPanel container.

\images\icon.gif

Image file for the VWSampleLaunchPanel container.

\images\launcher.gif

Image file for the VWSampleLaunchPanel container indicating that this is a Launch Step Processor.