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!
My suggestion is, use checkbox instead of two radio box controls .its look better .
And check the presented user .