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:
JFCEntryComponent
JFCCardPanel
JFCEntryPanel
JFCEntryInterfacePanel
JFCMultiPagePanel
Operation method
Proceed as follows to operate this sample.
Start the application.
Figure 2.1 Application screen
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
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
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)
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)
Pressing the [Completion] button returns the sample to the [Input screen].
Source codes
Data Entry Fieled sample:"Sample Storage Destinations"/JFCCardPanel/EntryButton.java
Data Entry Fieled sample:"Sample Storage Destinations"/JFCCardPanel/EntryField.java
Data Entry Fieled sample:"Sample Storage Destinations"/JFCCardPanel/EntryLabel.java
UI Screen Control Panel sample:"Sample Storage Destinations"/JFCCardPanel/Sample.java
UI Screen Control Panel sample:"Sample Storage Destinations"/JFCCardPanel/SampleCard.java
UI Screen Panel sample:"Sample Storage Destinations"/JFCCardPanel/SamplePanel0.java
UI Screen Panel sample:"Sample Storage Destinations"/JFCCardPanel/SamplePanel1.java
UI Screen Panel for operating on Data Entry Fieleds sample:"Sample Storage Destinations"/JFCCardPanel/SamplePanel2.java
UI Screen Panel for operating on Data Entry Fieleds across multiple pages sample:"Sample Storage Destinations"/JFCCardPanel/SamplePanel3.java