• b15
    • generic, x86, sparc
    • generic, linux, linux_redhat_3.0, solaris_9

      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

            yan Yuri Nesterenko
            dmikhalksunw Denis Mikhalkin (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: