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

Non-resizable dialog still has frame icon that allows sizing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.1.7
    • 1.1.5, 1.1.6
    • client-libs
    • b01
    • x86
    • windows_nt
    • Not verified



        Name: jtC48319 Date: 06/15/98


        This is observed Windows NT 4.0.

        A Frame or Dialog that has been made non-resizable by calling setResizable(false) will not allow sizing via the frame border--the correct behavior--but it still has a frame icon that has Size, Minimize, and Maximize menu items that allow resizing. This is obviosly incorrect behavior, and is confusing to the user.

        Example program:

        import com.sun.java.swing.*;

        public class foo
        {
        public static void main(String[] args)
        {
        JDialog dlg = new JDialog();
        dlg.setResizable(false);
        dlg.setModal(true);
        dlg.show();
        }
        }
        (Review ID: 33676)
        ======================================================================

              rkhansunw Robi Khan (Inactive)
              duke J. Duke
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: