-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
5.0, 5.0u1
-
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
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
- duplicates
-
JDK-4934843 Should have coffee cup icon as default on Unix
-
- Resolved
-