The checklist sample is the checklist using the JFCheckList class. The checklist sample uses the following classes:
JFCheckList
JFGroupbox
JFPanel
Figure 1.5 Checklist sample
Operation method
JFCheckList
Click the check boxes of the required items.
Edit of selected item
Edit the item selected in the checklist.
enable/disable: Specify whether to edit the selected item.
text: Specify the item in the checklist.
update: Updates the selected item to the contents specified in the "text".
add: Adds the contents specified in the "text" as the item.
remove: Deletes the selected item.
Status of selected item
The status of the item selected in the checklist is displayed.
true: Indicates that the selected item has been checked.
false: Indicates that the selected item has not been checked.
Check style
The item containing a check in the check box is enabled.
multi: Multiple items can be checked.
single: Only single item can be checked.
Source codes
Checklist sample:"Sample Storage Destinations"/jfchecklist/JFCheckListSample.java