< prev index next >

src/java.desktop/windows/classes/sun/awt/windows/WToolkit.java

Print this page

        

*** 585,595 **** public boolean isDynamicLayoutActive() { return (isDynamicLayoutSet() && isDynamicLayoutSupported()); } /** ! * Returns <code>true</code> if this frame state is supported. */ @Override public boolean isFrameStateSupported(int state) { switch (state) { case Frame.NORMAL: --- 585,595 ---- public boolean isDynamicLayoutActive() { return (isDynamicLayoutSet() && isDynamicLayoutSupported()); } /** ! * Returns {@code true} if this frame state is supported. */ @Override public boolean isFrameStateSupported(int state) { switch (state) { case Frame.NORMAL:
< prev index next >