tags:

views:

377

answers:

1
+3  A: 

Same as for Tables really. A renderer component is not actually a real component. It just like a template used to draw a fake component. Why don't you try sticking your components in either a JScrollPane or make them into a one column JTable and implement the appropriate renderer/editors instead?

willcodejavaforfood
Yeah, renderers pretty much do what they say : render. They're not to be used to convey any logic.
Valentin Rocher