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

2.3.1 UI Screen Control Panel Sample

The UI Screen Control Panel Sample transits the UI Screen and transmits screen data using UI Screen Control Panel(JFCCardPanel).

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

The UI Screen Control Panel Sample uses the following classes and interface:

Operation method

Proceed as follows to operate this sample.

  1. Start the application.

    Figure 2.1 Application screen

  2. Pressing the [OK >>] button transits to the next screen and displays the screen for entering the name and the date (Year/Month/Day).

    Figure 2.2 Input screen

  3. Entering an appropriate value and pressing the [Input completion >>] button transits to the next screen and displays the screen for confirming the name and the date (Year/Month/Day).

    Figure 2.3 Confirmation screen

  4. Checking the displayed value and pressing the [Confirmation >>] button transits to the next screen and displays the screen for verifying the name and the password. Pressing the [<< Correction] button here returns to the previous screen, on which the value can be reentered.

    Figure 2.4 Collation screen (1)

  5. Entering the password displayed on the previous screen and pressing the [Collation] button transits to the next page and displays the screen for displaying the age and the birth date.

    Figure 2.5 Collation screen (2)

  6. Pressing the [Completion] button returns the sample to the [Input screen].

Source codes