Is there a way to remove the bar atop a java gui Frame?
It is the bar that holds the title?
Thank you,
Gil
Stephen C. Ferguson - 20 Apr 2005 06:29 GMT
> Is there a way to remove the bar atop a java gui Frame?
>
[quoted text clipped - 3 lines]
>
> Gil
You should try using JWindow instead of JFrame.
regards,
Steve
Arnaud Berger - 20 Apr 2005 07:22 GMT
Hi,
Sure, look at setUndecorated(true);
Regards,
Arnaud
> Is there a way to remove the bar atop a java gui Frame?
>
[quoted text clipped - 3 lines]
>
> Gil