Hi,

I am new to Java and I have been set a project to produce a calender that can store information for each day, this information will be:

* Event Type (integer)
* Event Name (String)
* Event Time (String)

I will have this information gained from a database, all I need to know is how to create the calender.

I would also like, depending on the 'Event Type' to display an icon which relates to the event, ie For a Birthday a cake is shown...

if some has a program that does this, could I have it? or if someone code write one for me, I would be much grateful.

Its will not be used for comercial use, but for coursework on a course I am doing.

This is the only thing I'm having problems with.

So thank you in advanced...