Source
Homework Assignment
- Implement the widgets for the CD Player with nice layout format.
- Modify the Player class to print out it's state information
and every time any operation is selected, print a
message to the Java Console indicating what has been done.
- Define and create appropriate event listeners for all the
widgets so they control the Player.
- Check out Panels, various GUI widgets, and various LayoutManagers.