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:
Use the [New Form] Wizard to specify a source folder and a package.
Select the [New Java Form] dialog box > [Java] tab > [Screen Control Panel]] icon and then click [OK].
Select [Convert source to which Screen Control Panel Editor can edit.] and then click [Next].
Enter a Java source name in the [Original source] column and then click [Convert].
Alternatively, click [Select] to select a Java source to be converted.
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
|
Release timing | Time at which the screen part is deleted
|
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:
|
Release timing(For the frame) | Time at which the window part is deleted:
|
Modal or not(For the frame) | Switch between modal and modeless when the dialog box is displayed. |