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

resizing the FileDialog leads to flickering of the images in windows.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P4 P4
    • None
    • 5.0
    • client-libs
    • x86
    • windows_xp

      Steps to reproduce the defect.(reproducible only in Windows xp)
      1.Create a File dialog
      2.try to resize the filedialog by dragging the frame at bottom right corner

      Defect: The Buttons "My Documents" "Desktop" etc. starts flickering
      Another Observation: when the fileDialog is opened by "My Network places" button
      is partially displayed.

      run the following test to reproduce the defect.

      import java.awt.*;
      class FrameTest
      {

          public void test ()
              { Frame f=new Frame("TestFrame");
                      f.setSize(300,300);
                      FileDialog fd = new FileDialog(f, "TestFileDialog");
      f.setVisible(true);
      fd.setVisible(true);
            }
              public static void main(String args[])
              {
                      FrameTest ft=new FrameTest();
                      ft.test();

              }

      }

            son Oleg Sukhodolsky (Inactive)
            ggirishsunw Girish Girish (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: