F
for_leska
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.
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.