< prev index next >

src/java.desktop/macosx/classes/sun/lwawt/LWComponentPeer.java

Print this page

        

*** 1446,1454 **** * Returns layouting state. Used by ComponentPeer to skip all the paint * events during layout. * * @return true during layout, false otherwise. */ ! private final boolean isLayouting() { return isLayouting; } } --- 1446,1454 ---- * Returns layouting state. Used by ComponentPeer to skip all the paint * events during layout. * * @return true during layout, false otherwise. */ ! private boolean isLayouting() { return isLayouting; } }
< prev index next >