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

non-resizable Dialog is resizable

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 5.0
    • 5.0
    • client-libs
    • None
    • b26
    • x86
    • linux



      Name: dmR10075 Date: 08/26/2003


      Run the following test case, Dialog will appear, try to resize it - you
      will be able to do this. This is reproducible with 1.5.0b16, XAWT, not
      reproducible with Motif. This is probably a result of missing fixes
      integrated only in Motif but not XAWT(see 4911831).

      import java.awt.*;

      public class Test {
          public static void main(String[] args) {
              Dialog dlg = new Dialog(new Frame(), "", true);
              dlg.setLocation(1102, 432);
              dlg.setResizable(false);
              dlg.toBack();
              dlg.show();
          }
      }

      ======================================================================

            yan Yuri Nesterenko
            domsunw Dom Dom (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: