Hello,
So my question is really as simple as the title reads, I'm retrieving some customer products from database and populating a JTable through ResultSet. Using this method can I assign a radio button group for which each button has the value of productID?
What method of approach would I take when doing this? If using JTable, how would I go about it? or are there easier approaches to the problem? At the moment I'm using a text input as user selection, which for lack of a better word is a 'crap' approach.
Kind Regards,