| Author |
Creating a attendance grid
|
Travis Ingels
Greenhorn
Joined: Feb 25, 2010
Posts: 1
|
|
I am looking to create a grid for keeping attendance for my school and was wondering the best way to do this. The information for the grid/table will be in a database. In addition, the grid/table needs to be scrollable so there can be multiple dates to take attendance. I was just wondering what would be good to create this sort of functionality. Should i use a JTable in the Swing APIs or is there something else I could use. I really appreciate any help I can get.
Thanks
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
|
I would go for JTable.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
 |
|
|
subject: Creating a attendance grid
|
|
|