如何将菜单项保留在文本区域顶部?

发布于 2024-11-29 21:43:55 字数 140 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

唠甜嗑 2024-12-06 21:43:55

我不确定您面临什么问题,但似乎您正在寻找 JLayeredPane

一些有用的链接:

  1. 如何使用分层窗格
  2. 如何使用内部框架

I'm not sure what problem you are facing but it seems like you are looking for JLayeredPane

Some useful links:

  1. How to use layered pane
  2. How to use Internal frames
佞臣 2024-12-06 21:43:55

尝试为 JMenu 指定更高的 Z 值索引,当 将其添加到其容器组件中。

Try to specify a Z-Value index higher for the JMenu , when adding it to its container component.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文