Swing Drawing JMenuBar under Runnable Container
Author |
Message |
aurickQ
|
Posted: Tue May 12, 2009 4:12 pm Post subject: Swing Drawing JMenuBar under Runnable Container |
|
|
So in a JFrame I have a JMenuBar up top and under which is a Container which implements Runnable. Swing always puts the menus under the Container. Is it possible to have the container run on a separate thread and have the menus drawn over it?
I've tried added the Container before the JMenubar.
I've tried using setMenuBar () instead of adding it to BorderLayout |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
|
|