Java timetables.
I'm interested in developing a timetabling software but i'm having some problems. I can't seem to get my hands on the required algorithm.Can someone send me the algorithm or the actual code please?
[207 byte] By [
Brownbeara] at [2007-11-26 17:21:13]

> Just a normal timetable, like the ones used in high> schools or colleges.What do you want to do with it?Take a look a JTable, and the tutorial for it (there's a link in the javadoc from JTable)Kaj