| AudioPlayer |
A class that extends Product and creates an audio player.
|
| Controller |
The main class for the GUI, it holds every component and all
interactions the user can do.
|
| Employee |
Used to make a an employee object which is then used for tracking production for each employee.
|
| Launcher |
|
| Main |
This is the driver class that runs the program and sets up the screen.
|
| MoviePlayer |
Extends the product class to create a movie player product
|
| Product |
The main class for the GUI, it holds every component and all
interactions the user can do.
|
| ProductionRecord |
ProductionRecord keeps track of the types of Products that have been produced.
|
| Screen |
Screen contains several variables that represent attributes
of a typical electronic screen such as resolution and refresh rate.
|
| TestingModule |
This is a testing class I used for making sure
a specific method actually reverses a string.
|