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

Main JFrame doesn't honor setDefaultLookAndFeelDecorated(false) #6

Closed
bobbylight opened this issue Dec 12, 2020 · 1 comment
Closed
Assignees
Labels

Comments

@bobbylight
Copy link
Owner

In 4.0.0-SNAPSHOT, setDefaultLookAndFeelDecorated(false), which is set for Substance and Darcula OOTB, no longer work. This is due to those calls being moved into AbstractGUIApplication code, after the first JFrame is created. All app dialogs honor the property.

@bobbylight bobbylight self-assigned this Dec 12, 2020
@bobbylight bobbylight added the bug label Dec 12, 2020
@bobbylight
Copy link
Owner Author

Fixed in 081a36a.

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

No branches or pull requests

1 participant