Top
Interstage Studio User's Guide
FUJITSU Software

7.3.7 Editing the Screen Control Panel and Window Control Panel

7.3.7.1 Editing a Screen Control Panel

Creating a new Screen Control Panel using existing resources

To open a Screen Control Panel using existing resources, select [Java] > [GUI] > [Form] from the [New] wizard and perform the following procedure:

  1. Use the [New Form] Wizard to specify a source folder and a package.

  2. Select the [New Java Form] dialog box > [Java] tab > [Screen Control Panel]] icon and then click [OK].

  3. Select [Convert source to which Screen Control Panel Editor can edit.] and then click [Next].

  4. Enter a Java source name in the [Original source] column and then click [Convert].

  5. Alternatively, click [Select] to select a Java source to be converted.

  6. Click [Create]. The Screen Control Panel edit function screen will display and a backup of the source to be converted will be taken.

Saving a Screen Control Panel

To save a Screen Control Panel that is being edited, use the [File] menu of the Screen Control Panel.

Editing a Screen Control Panel

In the following items, editing can be performed on elements such as the order, name, timing of generation, and timing of deletion of the screen parts to be set. Refer to "UI Screen Control Library" in the "JBK GUI Library User's Guide" for details.

Item

Description

Name

Screen name to be registered

Class name

Class name to be registered

Create timing

Time at which the screen part is generated

  • At initialization: In response to JFCPanelLoader.BUFFERED_INSTANCE

  • Background: In response to JFCPanelLoader.BACKGROUND_CREATION

  • At display: In response to JFCPanelLoader.DELAYED_CREATION

Release timing

Time at which the screen part is deleted

  • Timekeeping of nondisplay: In response to JFCPanelLoader.BUFFERED_INSTANCE

  • Timekeeping: In response to JFCPanelLoader.PERMANENT_INSTANCE

  • At nondisplay: In response to JFCPanelLoader.TEMPORARY_INSTANCE

7.3.7.2 Editing a Window Control Panel

Saving a Window Control Panel

To save a Window Control Panel that is being edited, use the [File] menu of the Window Control Panel.

Editing a Window Control Panel

In the following items, editing can be performed on elements such as the order, name, timing of generation, and timing of deletion of the screen parts to be set. Refer to "UI Screen Control Library" in the "JBK GUI Library User's Guide" for details.

Item

Description

Classification

Frame or dialog box.

Window Name

Window name to be registered.

Class name

Class name to be registered.

Create timing(For the frame)

Time at which the window part is generated:

  • At initialization: In response to JFCPanelLoader.BUFFERED_INSTANCE

  • Background: In response to JFCPanelLoader.BACKGROUND_CREATION

  • At display: In response to JFCPanelLoader.DELAYED_CREATION

Release timing(For the frame)

Time at which the window part is deleted:

  • Timekeeping of nondisplay: In response to JFCPanelLoader.BUFFERED_INSTANCE

  • Timekeeping: In response to JFCPanelLoader.PERMANENT_INSTANCE

  • At nondisplay: In response to JFCPanelLoader.TEMPORARY_INSTANCE

Modal or not(For the frame)

Switch between modal and modeless when the dialog box is displayed.