Archive for May, 2009

List’s Custom Cell Renderer and RadioButton

In the application I’m developing I need a panel with a list, listing companies.
I have created custom cell renderer for this list. Each custom cell renderer has an instance of a RadioButton.

So the first problem:
Saying you have this list displaying 3 rows ( but have more ). You have selected the first one ( so in the custom cell renderer the radiobutton.selected is set to true ). Now you are scrolling down… and you will see the 5 items in the list having the RadioButton selected as well… What the heck? Read the rest of this entry »

No Comments