embed JWidow with a JList in a JTable cell

Hi,Does anybody know if ti is possible to embed a JWindow containing a JList in a JTable cell ?Thankssthai
[134 byte] By [sthaia] at [2007-10-3 3:02:17]
# 1
No. a JWindow is a high level container, like a JFrame.Maybe the EditableList example here is something like what you need: http://www.objects.com.au/java/examples.do
camickra at 2007-7-14 20:52:02 > top of Java-index,Desktop,Core GUI APIs...
# 2

Thankyou for your reply.

That is a great web-site.

I know exactly what you mean, JWindow is a ytop-level container and all, but some people seem to think it is possible, so am trying to find a way around it.

I basically need to be able to display a multi-select drop-down list in a JTable.

I have a cellRenderer that can accept any kind of JComponent. The problem is, I want JComboBox's drop-down feature and JList's multi-select feature.

Thanks

Sangeetha

sthaia at 2007-7-14 20:52:02 > top of Java-index,Desktop,Core GUI APIs...