Unix Manual for Music and Movie Hire Assignment

Quick Links

Back to Other Projects

Name

Music and Movie Hire (MMH) - A program that manages a Music and Movie Stire.

Synopsis

java -jar "[path to Program Location]AssignmentTwo.jar"

Description

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.

Navigation

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.

General Operations

Saving and Loading Media into the Store

Files

default_cd.gifDefault CD Picture
default_dvd.gifDefault DVD Picture
default_video.gifDefault Video Picture
default_record.jpgDefault Record Picture
blank.jpgA Blank Picture

Limitations

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.

Warnings

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.

Diagnostics

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.



Back to top | Back to Other Projects