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!

