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

Undecorated frames are erroneously decorated #104

Open
GoogleCodeExporter opened this issue Jul 12, 2015 · 2 comments
Open

Undecorated frames are erroneously decorated #104

GoogleCodeExporter opened this issue Jul 12, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Tested in OpenJDK 7 under Linux.

1. Set the seaglass LAF.
2. Create a JFrame.
3. Call frame.setUndecorated(true).
4. Show the frame.

Expected result: the frame is undecorated (as it is under Metal and Nimbus).

Actual result: the frame has the custom seaglass titlebar and buttons.

Original issue reported on code.google.com by [email protected] on 19 Dec 2013 at 7:28

@GoogleCodeExporter
Copy link
Author

I too have this issue.

Original comment by [email protected] on 10 Mar 2014 at 3:58

@GoogleCodeExporter
Copy link
Author

   this.getRootPane().setWindowDecorationStyle(JRootPane.NONE);

try this, I have spent close to 6 hours just for searching this

Original comment by [email protected] on 6 Oct 2014 at 3:12

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

No branches or pull requests

1 participant