Posted By:
Scott_Stanchfield
Posted On:
Wednesday, April 25, 2001 07:58 AM
Check out http://www.codeguru.com/java. They have some examples of using checkboxes in various Swing components. If they don't have one for JList, check the examples for JTree and JTable. Same concept applies.
Posted By:
Kelly_Ryan
Posted On:
Tuesday, April 17, 2001 06:09 AM
You would be better off using a 1 column JTable.