-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
beta
-
x86
-
windows_nt
Name: dsR10078 Date: 05/19/2000
###@###.###
The problem is reproducible with the following test case:
----------------------------------------------------
import java.awt.Frame;
public class Test {
public static void main(String[] args) {
Frame frame = new Frame();
frame.setVisible(true);
}
}
----------------------------------------------------
Run the test. A Frame will appear.
If the JDK workspace was built with GNU make the Frame has
a Windows default icon instead of the Coffee cup icon.
If the same workspace was build with nmake the Frame has
standard Coffee cup icon.
I don't think it is resurrected AWT bug #4240766, since when
built with nmake the icons are correct. I suspect it should
be incorrect resource file handling.
======================================================================
- relates to
-
JDK-4240766 Frame Icon is wrong - should be Coffee Cup icon, now it's Windows default
-
- Resolved
-