Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Beginning Java
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Beginning Java
Java Menu
Chris Tan
Greenhorn
Posts: 1
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi all,
I have a frame with a menubar at the top and a Panel at the bottom. I notice when I drop down my menu, the menu is blocked by my Panel. How can I make my menu show in front of the panel instead? Thank in advance
Paul Santa Maria
Ranch Hand
Posts: 236
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Are you using a "Panel" (as in AWT), or a "JPanel" (as in Swing)?
If the former, then try substituting a "JPanel" and see if that helps.
Here's a link with some more info:
http://java.sun.com/products/jfc/tsc/articles/mixing/
Paul M. Santa Maria, SCJP
Petrus Pelser
Ranch Hand
Posts: 132
posted 18 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Did you add the menu bar to the frame (using add()) or did you use setJMenuBar()?
Consider Paul's
rocket mass heater
.
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
menubar with applet
link from swing page to swing page
Windows Resizable?
Programmatically expand or collapse t:panelNavigation2
Help Displaying on panel!!!!
More...