如何将菜单项保留在文本区域顶部?
我正在使用 netbeans 来编写 GUI。 我有一个菜单栏,其中有几个菜单项,主窗口上有一个文本区域。 当我按下菜单项时,我看不到它,因为文本区域位于顶部(菜单项内部框架位于文本区域后面)如何使菜单项内部框架位于顶部?(文本区域将在背景上)
谢谢
I'm using netbeans to write the GUI.
I have a menu bar with few menu items and the main window has a text area all over it.
when I press the menu item,I cant see it because the text area is on top (the menu item internal frame is behind the text area)how can I make the menu item internal frame to be on the top ?(the text area will be on the background)
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定您面临什么问题,但似乎您正在寻找 JLayeredPane
一些有用的链接:
I'm not sure what problem you are facing but it seems like you are looking for JLayeredPane
Some useful links:
尝试为 JMenu 指定更高的 Z 值索引,当 将其添加到其容器组件中。
Try to specify a Z-Value index higher for the JMenu , when adding it to its container component.