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

Java logo not displayed on the title bar of awt frame window

XMLWordPrintable

    • other, x86
    • linux, solaris_2.5.1

      JDK VERSION
      java version "1.5.0_01"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
      Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode
      DESCRIPTION
      Java logo is not displayed on the title bar of the awt frame window on Linux.
      On minimizing the window, the java logo should still be displayed.
      The test passes on Windows platform but fails on Linux.
      TESTCASE:
      d7601.java:
      import java.awt.*;
      public class d7601 extends Frame
      {
         public d7601(String s)
         {
            super(s);
            add("North",new Label("Minimize Me..."));
            resize(100,100);
            show();
         }
         public static void main(String[] args)
         {
      d7601 test = new d7601("Minimize Test");
         }
      }
      STEPS TO REPRODUCE:
      1) set the class path for Sun's jvm on the command prompt.
      2) Compile the java file - javac d7601.java
      3) Run the java file - java d7601
      4) The java logo is not displayed on the title bar.
      5) Minimize the awt frame.
      6) The java logo is not seen.
      ###@###.### 2005-06-27 21:15:07 GMT

            vbaranovsunw Vyacheslav Baranov (Inactive)
            elarsen Erik Larsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: