Building the sample form, Refer to, Figure 3-5 – HP NonStop G-Series User Manual

Page 192

Advertising
background image

JoltTextField

Gets input from the user (in this case, ACCOUNT_ID).

JoltTextField

Displays the result (in this case, SBALANCE).

JoltServiceBean

Accesses a TUXEDO service. (In this case, INQUIRY from BANKAPP).

Button

Initiates an action.

Label

Describes the field on the applet.

Building the Sample Form

The following example is created using the Visual Café 2.5 development environment. Follow the steps to build a sample form.

Drag and drop the beans (as shown in

Figure 3-4

) to the desired location (shown in

Figure 3-5

).

1.

Figure 3-4. JoltBeans and the Form Designer in Visual Café

Figure 3-4

shows how a JoltBean is selected and painted to the palette of the Visual Café development environment.

Figure 3-5. Java Applet Form Designer

Advertising