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

Clicking on gnome panel icon of a Frame do not minimize the frame

XMLWordPrintable

    • b02
    • sparc
    • solaris

      This is reproducible with 6u12 b02 PIT build on Solaris. I show a Frame and click on the gnome-panel icon of the Frame. This minimizes the Frame first time. When I click on the icon of the Frame again, Frame gets restored. If the icon is clicked again, Frame stays instead of getting iconified. I've to click the icon 3-5 times to minimize the frame again.

      To reproduce, run the below test, click on the gnome-panel icon of the frame.
      import java.awt.*;
      public class TestFrame {
          public static void main(String[] args) {
              Frame f = new Frame();
              f.setSize(200, 200);
              f.setLocation(40, 40);
              f.setVisible(true);
          }
      }

            anthony Anthony Petrov (Inactive)
            gramachasunw Girish Ramachandran (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: