src/solaris/classes/sun/awt/X11/XComponentPeer.java

Print this page

        

*** 798,816 **** } public void endValidate() { } - - /** - * DEPRECATED: Replaced by getInsets(). - */ - - public Insets insets() { - return getInsets(); - } - // Returns true if we are inside begin/endLayout and // are waiting for native painting public boolean isPaintPending() { return paintPending && isLayouting; } --- 798,807 ----