Problem keeping a JMenu on top

I am pretty sure there is a simple way to solve this problem but I am tired of beating my head into the wall.

What I am trying to do is keep my JMenu on top of the other graphical elements. I have a JPanel that is periodically updated and repainted, everytime this happens the graphics in the JPanel write over the JMenu graphics...

Any ideas on how I can fix this?

Any help is appreciated

[415 byte] By [Fukurokujua] at [2007-10-1 19:47:49]
# 1

You try to create two panes one for menu and one for othere activties then just repaint the second one. then your problem is solved. or else when ever you repaint the entire pane first try to prepend the menu before repaintg so that when ever you repaint then your menu will also gets reapinted and it also displays.

ShivaKatulaa at 2007-7-11 16:10:26 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
Are you able to draw circles inside the JMenu text area? If so, how are you implementing that?
javaDudePaula at 2007-7-11 16:10:26 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...