Problems with JPopupMenu and JComboBox

Hi,

I've a problem with JPopup and popup of comboBox.

I've implemented a JPopupMenu in my LookAndFeel that appears when user does a right-click on text component (somenthing like Cut/Copy/Paste menu).

The popup work properly, but when I've the glassPane visible on a JFrame the popup appears between JFrame and his glassPane.

I've put another panel, with some combos on it, on GlassPane and the popup of comboBox does somethig like previus JPopup menu.

They appears between JFrame and GlassPane.

Anyone can Help me?

PS

Excuse me for my English, I'm learning it!

[621 byte] By [Emanuele_Tomeoa] at [2007-10-2 15:45:47]
# 1
I think it is due to Heavy wieght (JPopup and List of JCombobox) component. Check it.
Rajesh_m_vaghelaa at 2007-7-13 15:41:45 > top of Java-index,Desktop,Core GUI APIs...