swing timetable

im in the process of craeting a timetable with swing, i was just wondering what is the best way to go about this

my thinking at present is that i will have a form will allow user to check availbility of staff and schelude task by area from here this will be inserted into a MYSQL database and can be mapped onto a timetable from here.

i was just wondering has anybody got any suggestions of what is the best way to carete timetables with swing and places were i could get code examples.

[506 byte] By [dcdxd9a7a] at [2007-10-2 17:15:25]
# 1

I assume you want a component that is similar to that of Outlook.

I myself am going to develop a JaveBean to do this type of functionality probably the best way to go about this would be to use Java2D and do most of the visualization yourself.

However if you are not requiring that level of presentation you may choose to use a JTable showing the information in a grid.

AusJProgrammera at 2007-7-13 18:30:54 > top of Java-index,Java Essentials,Java Programming...