posted 20 years ago
You can't. The only thing you can do is use a JWindow or a JFrame with setUndecorated(true) so that the title bar isn't there at all.
Just tried something else, but it's ugly. In the windowIconified method of the WindowListener you can setExtendedState(JFrame.MAXIMIZED_BOTH); Problem with this is it will maximize your app whether you want it to or not but more importantly you will see it minimize then maximize itself. Pretty ugly.
[ July 01, 2004: Message edited by: Gregg Bolinger ]