Re: How to make/fake a list of checkboxes...
Posted By:
Scott_Stanchfield
Posted On:
Wednesday, April 25, 2001 07:59 AM
Check out http://www.codeguru.com/java. They have examples of nesting checkboxes in various Swing components. If they don't have one for JList, look at JTree and JTable. Same concept applies.
Re: How to make/fake a list of checkboxes...
Posted By:
mark_webb
Posted On:
Thursday, April 12, 2001 07:00 AM
I would do a one column JTable and create your own cell editor and cell renderer. It is really easy.