src/share/classes/java/awt/Dialog.java

Print this page

        

*** 59,69 **** * <code>width - (insets.left + insets.right)</code> by * <code>height - (insets.top + insets.bottom)</code>. * <p> * The default layout for a dialog is <code>BorderLayout</code>. * <p> ! * A dialog may have its native decorations (i.e. Frame & Titlebar) turned off * with <code>setUndecorated</code>. This can only be done while the dialog * is not {@link Component#isDisplayable() displayable}. * <p> * A dialog may have another window as its owner when it's constructed. When * the owner window of a visible dialog is minimized, the dialog will --- 59,69 ---- * <code>width - (insets.left + insets.right)</code> by * <code>height - (insets.top + insets.bottom)</code>. * <p> * The default layout for a dialog is <code>BorderLayout</code>. * <p> ! * A dialog may have its native decorations (i.e. Frame &amp; Titlebar) turned off * with <code>setUndecorated</code>. This can only be done while the dialog * is not {@link Component#isDisplayable() displayable}. * <p> * A dialog may have another window as its owner when it's constructed. When * the owner window of a visible dialog is minimized, the dialog will