jdk/src/java.desktop/share/classes/java/awt/Toolkit.java
changeset 40997 b9a1c4fe2518
parent 39863 bd45c335847b
child 42208 7c1017f0ade5
equal deleted inserted replaced
40996:60d53c39c1b3 40997:b9a1c4fe2518
   206         }
   206         }
   207     }
   207     }
   208 
   208 
   209     /**
   209     /**
   210      * Returns whether dynamic layout of Containers on resize is currently
   210      * Returns whether dynamic layout of Containers on resize is currently
   211      * enabled on the underlying operating system and/or window manager). If the
   211      * enabled on the underlying operating system and/or window manager. If the
   212      * platform supports it, {@code setDynamicLayout(boolean)} may be used to
   212      * platform supports it, {@code setDynamicLayout(boolean)} may be used to
   213      * programmatically enable or disable platform dynamic layout. Regardless of
   213      * programmatically enable or disable platform dynamic layout. Regardless of
   214      * whether that toggling is supported, or whether {@code true} or {@code
   214      * whether that toggling is supported, or whether {@code true} or {@code
   215      * false} is specified as an argument, or has never been called at all, this
   215      * false} is specified as an argument, or has never been called at all, this
   216      * method will return the active current platform behavior and which will be
   216      * method will return the active current platform behavior and which will be