christstc / seaglass

Automatically exported from code.google.com/p/seaglass
0 stars 0 forks source link

Undecorated frames are erroneously decorated #104

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 m...@lucidfox.org on 19 Dec 2013 at 7:28

GoogleCodeExporter commented 9 years ago
I too have this issue.

Original comment by loganjoh...@gmail.com on 10 Mar 2014 at 3:58

GoogleCodeExporter commented 9 years ago
   this.getRootPane().setWindowDecorationStyle(JRootPane.NONE);

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

Original comment by TeamTech...@gmail.com on 6 Oct 2014 at 3:12