JDK-6262397 : Problem with Window Icon when minimizing SwingSet on CDE.
Type:Bug
Component:client-libs
Sub-Component:java.awt
Affected Version:6
Priority:P4
Status:Resolved
Resolution:Fixed
OS:solaris
CPU:sparc
Submitted:2005-04-27
Updated:2006-04-06
Resolved:2005-09-07
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
On CDE, when you minimize SwingSet, the icon says "Java" instead of
SwingSet as it does on Tiger. This happens with both XAWT and MAWT.
###@###.### 2005-04-27 19:54:55 GMT
EVALUATION
By some reason WM_ICON_NAME hint of SwingSet's frame is 'Java' while WM_NAME hint is correct. On Linux hints are the same. Looks like WM_ICON_NAME is simply not used by KDE. So this is XAWT bug. Hints are set correctly when running simple test so need additional investigation.
###@###.### 2005-06-29 13:36:15 GMT