Java Turduckin: JScrollPane in a JList in a JScrollPane

Probably a quick answer for someone: I have a JScrollPane containing a JList. The JList has a custom renderer that returns a subclass of JScrollPane: the idea is a scrollable list of individual panels of scrollable text.

Is this possible? When I run it, it looks ok (the inner scroll bar hilights correctly, etc), but, even after a fair amount of investigation, I can't get the inner scrollbar to respond to the mouse. Can I get JList to forward clicks?

Many thanks,

-bmeike

[500 byte] By [bmeikea] at [2007-11-26 13:28:01]
# 1
Renderers return a picture, not something you can interact with.Try setting your inner JScrollPane as the editor.
es5f2000a at 2007-7-7 20:30:07 > top of Java-index,Desktop,Core GUI APIs...