Java swing menu doesn't stay up
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 d开发者_StackOverflow中文版isappears.
I'm not even sure where to start... it seems like a bug. Any ideas?
So as it turns out... I needed to set the enviroment variable AWT_TOOLKIT to "MToolkit"
That seems to have fixed the issue.
精彩评论