Java swing menu stays up

So, I am running netbeans 7.0-1 using Arch Linux. I am running xming for my x server.

What happens when I use netbeans desktop applications, it starts with two menus: File and Help. Whenever I click the dropdown menu, the drop immediately disappears.

I don’t even know where to start ... it seems like a mistake. Any ideas?

+3
source share
1 answer

So, as it turned out ... I needed to set the AWT_TOOLKIT environment variable to "MToolkit"

This seems like a problem.

+3
source

All Articles