[java] Removing the top bar from JFrame/Frame?

Started by
2 comments, last by FxMazter 20 years, 2 months ago
I''m wondering if there is any way of removing the top bar from a JFrame/Frame ? (The bar that includes the minimize/close buttons - also the bar containing the applications name and an icon)
Advertisement
If only....

Check out JWindow which is used for splash screens.

But currently in 1.4 it does not recieve key and mouse events to well....

And then there is full screen :-)

ujhkfkfk
setUndecorated(true);
Thank you, setUndecorated works great

This topic is closed to new replies.

Advertisement