JList issues

If I have a JList containg say 10 stages of a test procedure, is it possible for me to have the members of the list selectable (JCheckBox) and also can i set the background color of a list item.with thanksF
[234 byte] By [carrolf2] at [2007-9-26 1:15:57]
# 1
You'll need to make your own cell renderer. It's pretty easy - take a look at the API docs for JList - they show examples
artntek at 2007-6-29 0:43:03 > top of Java-index,Archived Forums,Swing...