Java Swing 菜单无法保持正常状态
所以我使用 Arch Linux 运行 netbeans 7.0-1。我正在为我的 x 服务器运行 xming。
发生的事情是,当我使用 netbeans 的桌面应用程序时,它从两个菜单开始:文件和帮助。每当我单击下拉菜单时,下拉菜单就会立即消失。
我什至不知道从哪里开始......这似乎是一个错误。有什么想法吗?
So I'm running netbeans 7.0-1 using Arch Linux. I'm running xming for my x-server.
What's going on is, when I use netbeans' Desktop Applications, it starts with two menus: File and Help. Whenever I click the drop down menu, the drop down immediately disappears.
I'm not even sure where to start... it seems like a bug. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明...我需要将环境变量 AWT_TOOLKIT 设置为“MToolkit”,
这似乎已经解决了问题。
So as it turns out... I needed to set the enviroment variable AWT_TOOLKIT to "MToolkit"
That seems to have fixed the issue.