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

Print this page

        

*** 334,344 **** protected static final Object getPeerTreeLock() { return peerTreeLock; } ! final T getTarget() { return target; } // Just a helper method // Returns the window peer or null if this is a window peer --- 334,344 ---- protected static final Object getPeerTreeLock() { return peerTreeLock; } ! public final T getTarget() { return target; } // Just a helper method // Returns the window peer or null if this is a window peer