|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Duplicate :
|
|
|
Relates :
|
|
|
Relates :
|
Run the test below, XAWT, Mustang b10. Choice's popup doesn't show up on a screen. Not reproducible in Tiger. Mustang regression.
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
|