Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menus are not heavy weight in Ubuntu #20

Open
acardona opened this issue Jul 29, 2013 · 0 comments
Open

Menus are not heavy weight in Ubuntu #20

acardona opened this issue Jul 29, 2013 · 0 comments

Comments

@acardona
Copy link

In the visualization tab, the 3D Window (an AWT component) paints over the menus (a Swing component). One way to fix this is to declare menus to be heavyweight:

If I remember correctly, the surprising solution is to invoke a static method of JPopupMenu class, which addresses issues with all menus:

JPopupMenu.setLightWeightPopupEnabled(false);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant