How to structure my attendance program

Joel Christophel picture Joel Christophel · Jan 24, 2013 · Viewed 10.6k times · Source

I'm in the process of making an application that keeps attendance. Once I have a list of students, how would I go about displaying them all and checking whether they are present or absent. I intially thought JTable would work, but it's not the easiest thing in the world to add swing components to a JTable. Is there an easier way to go about this? The image below shows roughly what I'm picturing, but if you have a different idea, feel free to share. Thanks!

enter image description here

Answer

Suresh Atta picture Suresh Atta · Jan 24, 2013

My suggestion is, use checkbox instead of two radio box controls .its look better .

And check the presented user .