Hey all I need a bit of help if someone can!
im writing(trying to!) a small application for a friend who owns a computer repair shop.
Its a 'booking in' application. Someone brings a computer/device in and whover is on the front desk takes some details. Name, Street, Town, Postcode and Phone, these are all seperate JTextFields which get put into a TreeMap with Nameas the key and Street, Town, Postcode and Phone put into a Set and that Set put into the Map as the value.
There is also a Notes JTextArea that is for the operator to type notes on the repair problem.
For each cusomer name in the Map I want to store the notes as well as the address but i also want each set of Notes to be referrencedby a unique number,, as a ccustomer may have 2 or more devices in for repair at the same time. Andd the owner also needs to be able to type in a customers name and see all the repairs linked to that customer and delete solved repairs as needed.
This sounded easy, but its proving other wise.
Thanks for any help at all
Glen....