Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Removing JFrame title bar WITHOUT removing window border

843806Jul 25 2008 — edited Jul 25 2008
I've been searching for a while now, and the only solutions I found were just using
frame.setUndecorated(true);
But this also removes the window border, which removes the ability to resize the window.
I need the title bar removed while still retaining the ability to resize the window.

There has got to be some way to do this.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2008
Added on Jul 25 2008
4 comments
1,476 views