Music and Movie Hire (MMH) - A program that manages a Music and Movie Stire.
java -jar "[path to Program Location]AssignmentTwo.jar"
MMH is a Graphical program that manages Media in a store. Media can be a CD, DVD movie, Record or a Video. Media can be viewes, added edited and deleted in the store.
When the program starts there is initally no Media in the store.
You can navigate through the Media in two ways, either sequentially with the Prev and Next button or using the tree. To use the tree, select out of the tree what Media item you wish to jump to and press Jump to Record This will take you to the record in the Store.
| default_cd.gif | Default CD Picture |
| default_dvd.gif | Default DVD Picture |
| default_video.gif | Default Video Picture |
| default_record.jpg | Default Record Picture |
| blank.jpg | A Blank Picture |
Requires the Java Virtual Machine with compatibility to Java 1.5 to be installed for execution.
Assumes target machine is enable to displays graphics.
Media can not change between types, ie a CD cannot be changed to a Record in the program.
Display moves around sometime, this is because of Netbeand Form builder "Free Design" does some silly things when components are hidden or empty
The Navigation tree can lock sometimes, especially when deleting Media. It usually gets unlocked after another action, ie. Editing a record.
| Default pictures of the Media do not display |
The Application has to be started in the directory of which the program is in to
read in the image files properly.
The picture files might be missing or cannot be read. Check if the pictures are in their correct path and are readable. |
| Error messages appear in the console when importing a text file. | The text file has errors in it and the program is just outputting what lines the errors in. |