Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6194507

REGRESSION: java.awt.Choice don't react on Linux

XMLWordPrintable

    • mustang
    • 6
    • generic
    • linux_redhat_3.0

      Found on RedHat EL3, Gnome. This is a regression from Tiger.
      Compile and run the following simple testcase will show the problem.

      import java.awt.*;
      public class choice{
              public static void main(String args[]){
                      Frame f = new Frame("awt.Choice");
                      Panel p = new Panel();
                      Choice c = new Choice();
                      c.addItem("one");
                      c.addItem("two");
                      c.addItem("three");
                      p.add(c);
                      f.add(p);
                      f.setSize(200,200);
                      f.setVisible(true);
              }
      }


      ###@###.### 2004-11-12 05:18:51 GMT

            Unassigned Unassigned
            ogino Shinya Ogino (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: