posted 22 years ago
Make sure that you are not mixing Swing and AWT components... (i.e. JPanel vs. Panel) AWT components will always be on top...
You may also want to call setLightWeightPopupEnabled( false ); on your JPopupMenu... this might work...
[ July 15, 2002: Message edited by: Nathan Pruett ]
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.