-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.0
-
x86
-
windows_2000, windows_xp
Name: jk109818 Date: 11/14/2002
FULL PRODUCT VERSION :
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
FULL OPERATING SYSTEM VERSION : XP
A DESCRIPTION OF THE PROBLEM :
JFrame with setUndecorated(true) is still showing its
button in the task manager of windows XP...
We want to create a window that look like this :
1.without a title bar
2.without any decorations.
3.without a task manager button.
We can't use JWindow because it doesn't support focus
handling if parent windows aren't visible.
We have to use JFrame and invoke setUndecorated(true).
But then the window's task-manager button is still showing,
It just can't be done under JDK1.4 ...
This bug can be reproduced always.
(Review ID: 144573)
======================================================================
- relates to
-
JDK-6192336 Ability to make a JFrame visible without an icon in the taskbar
-
- Open
-