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

When using menuBarEmbedded=true I can't move the window #898

Open
StefanSchmaltz opened this issue Oct 15, 2024 · 1 comment
Open

When using menuBarEmbedded=true I can't move the window #898

StefanSchmaltz opened this issue Oct 15, 2024 · 1 comment

Comments

@StefanSchmaltz
Copy link

Using current 3.5.1, Swing, Jide, JFrame
When I do this:
FlatLightLaf.setup(); System.setProperty("flatlaf.menuBarEmbedded", "true");
Then I can't move the Window with my mouse, dragging does not work. Using "false" here, dragging works.
Also when I press Alt+space, I can move the window with my arrow keys.
Is this a known bug?

@DevCharly
Copy link
Collaborator

Hmm, dragging with mouse and moving by keyboard with Alt+Space works fine for me 😕

You need to use the area between the menu bar and the min/max/close buttons to drag the window:

image

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

2 participants