-
Bug
-
Resolution: Fixed
-
P2
-
6
-
b15
-
generic, x86, sparc
-
generic, linux, linux_redhat_3.0, solaris_9
public class Test extends java.awt.Frame {
public static void main(String[] args) throws Exception {
Test test = new Test();
java.awt.Choice choice = new java.awt.Choice();
choice.add("Choices");
choice.add("one");
choice.add("two");
choice.add("three");
choice.add("four");
choice.add("five");
test.add(choice, 0);
test.setBounds(50, 50, 100, 100);
test.setVisible(true);
}
}
###@###.### 2004-11-05 10:20:22 GMT
- duplicates
-
JDK-6181705 PIT: Path/folder name choice is not dropping down when clicking the button on the right, XToolkit
-
- Closed
-
-
JDK-6194480 dropdown menu does not work
-
- Closed
-
-
JDK-6194507 REGRESSION: java.awt.Choice don't react on Linux
-
- Closed
-
-
JDK-6195711 JCK15:api/java_awt/interactive/ComponentTests.html#ComponentTests componentTest0010 , rhas3, mustang
-
- Closed
-
-
JDK-6194100 regression: awt Choice doesn't work
-
- Closed
-
- relates to
-
JDK-6191900 Popup menu is totally unusable with Choice on XToolkit
-
- Closed
-
-
JDK-2121072 XAWT: crash when displaying hw combobox popup on secondary screen (sol/lin)
-
- Resolved
-