Serialized Form
-
Package se.his.it401g.todo
-
Class se.his.it401g.todo.HomeTask
class HomeTask extends JPanel implements Serializable-
Serialized Fields
-
completed
JCheckBox completed
Check box holding the completion status. -
listener
TaskListener listener
The task listener used for reporting changes to the main application. -
text
JTextField text
The editable text field. -
textLabel
JLabel textLabel
The non editable text label.
-
-
-
Class se.his.it401g.todo.StudyTask
class StudyTask extends JPanel implements Serializable-
Serialized Fields
-
completed
JCheckBox completed
Check box holding the completion status. -
listener
TaskListener listener
The task listener used for reporting changes to the main application. -
text
JTextField text
The editable text field. -
textLabel
JLabel textLabel
The non editable text label.
-
-
-