-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b35
-
generic
-
generic
Synopsis says it all. Under MAWT, the MenuBar text along with the other menu item text all changes to the same Font. Under XAWT, only the menu items use the new Font. Run the attached script to test with the JCK test.
This bug is filed for bug 4958729.
---
#!/bin/bash
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
JCK="/java/re/jck/1.5/promoted/beta/b08/binaries/JCK-runtime-15"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
#export AWT_TOOLKIT=XToolkit
#export AWT_TOOLKIT=MToolkit
echo $AWT_TOOLKIT
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.MenuBarTests -TestCase
ID MenuBarTest0001
This bug is filed for bug 4958729.
---
#!/bin/bash
#Paths in Java Software:
JDK="/java/re/jdk/1.5.0/promoted/latest/binaries/solaris-sparc"
JCK="/java/re/jck/1.5/promoted/beta/b08/binaries/JCK-runtime-15"
export CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"
#export AWT_TOOLKIT=XToolkit
#export AWT_TOOLKIT=MToolkit
echo $AWT_TOOLKIT
$JDK/bin/java javasoft.sqe.tests.api.java.awt.interactive.MenuBarTests -TestCase
ID MenuBarTest0001
- duplicates
-
JDK-4958729 REGRESSION: MenuBar behaves incorrectly sometimes
-
- Closed
-