How to place control in JList?

for_leska_at_mail15.com
Date: 12/30/04


Date: 30 Dec 2004 08:53:01 -0800

I need ability to put JPanel component in line of JList. I have wrote
CustomListCellRenderer class. It works. In list displays me panel with
some components. But I can't do anything with them!!! For JTable I can
create my own CellEditor, which resolve problems with editing. What can
I do with JList?

P.S. Of course, I can use JTable instead JList, but it isn't
preferable.

Thanks.