Top
Interstage Studio J Business Kit GUI Library Sample Guide
FUJITSU Software

2.3.7 Object Control Facility Sample

The Object Control Facility Sample manages objects using Object Control Facility.

This sample can be referenced as a simple sample of the program handling mass objects.

The Object Control Facility Sample uses the following classes.

Operation method

Proceed as follows to operate this sample.

  1. Start the application.

    Figure 2.14 Screen after stared

  2. Pressing the [Add Label] displays the label on the screen.

    At the same time, [Label data] is set as the label's data internally.

    Figure 2.15 Screen after added the label

  3. Pressing the [Add TextField] displays the text field on the screen.

    The text field displays [Label data] that is the label's data.
    Also, at the same time, [TextField data] is set as the text field's data internally.

    Figure 2.16 Screen after added the text field

  4. Pressing [Add Button] displays the button on the screen.

    The button displays [TextField data] that is the text field's data.

    Figure 2.17 Screen after added the button

  5. Pressing [Exit] button to finish the sample.

Source codes