Class | Description |
---|---|
Account |
This class is Account type in this application.
|
AccountChecker |
This class is used for checking account.
|
AccountStorage |
This class that extends FileMgmt is used for operating file that stores
Accounts.
|
FileMgmt |
FileMgmt is the base class for managing files(.txt) operation including
reading data from a file and writing data into a file.
|
LoginGUI |
This class is used to create GUI for Login.
|
Spectro |
Main method for this application
|
SpectroLab | |
TeacherGUI |
This class is used to create teacher GUI including an area that
allows user to input words and 5 formatted field used to change
Samples' values.
|