-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
1.1.1
-
sparc
-
solaris_2.5.1
[katakai 4/25/97 JST]
Solaris only: check sign 'v' can not be displayed on the checkbox with
japanese text.
Please try to run following on Solaris2.5.1 CDE in japanese locale.
import java.applet.Applet;
import java.awt.*;
public class test extends Applet {
public void init() {
add(new Checkbox("\u3042\u3044\u3046"));
add(new Checkbox("\u3042A\u3044"));
add(new Checkbox("A\u3042\u3044"));
add(new Checkbox("\u3042\u3044A"));
}
}
The lable of first checkbox is only japanese, the others contains ascii.
When you click on the checkboxes, check sign 'v' will be displayed on
the boxes, but it can not be displayed on the first one.
Please see the snapshot in the attachment field, you can see the differences.
Solaris only: check sign 'v' can not be displayed on the checkbox with
japanese text.
Please try to run following on Solaris2.5.1 CDE in japanese locale.
import java.applet.Applet;
import java.awt.*;
public class test extends Applet {
public void init() {
add(new Checkbox("\u3042\u3044\u3046"));
add(new Checkbox("\u3042A\u3044"));
add(new Checkbox("A\u3042\u3044"));
add(new Checkbox("\u3042\u3044A"));
}
}
The lable of first checkbox is only japanese, the others contains ascii.
When you click on the checkboxes, check sign 'v' will be displayed on
the boxes, but it can not be displayed on the first one.
Please see the snapshot in the attachment field, you can see the differences.
- duplicates
-
JDK-4090493 [SPARC/Intel 2.5(.1)]mark display in checkbox depens on the first letter of text
-
- Closed
-