equal
deleted
inserted
replaced
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 |