Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4339745

Win32: Frame has a Windows default icon when JDK is built with GNU make

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • infrastructure
    • 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.

      ======================================================================

            rraysunw Richard Ray (Inactive)
            dassunw Das Das (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: