< prev index next >

src/java.desktop/share/classes/sun/java2d/pipe/RenderQueue.java

Print this page

        

*** 113,123 **** } /** * Attempts to lock the queue. If successful, this method returns true, * indicating that the caller is responsible for calling ! * <code>unlock</code>; otherwise this method returns false. */ public final boolean tryLock() { return SunToolkit.awtTryLock(); } --- 113,123 ---- } /** * Attempts to lock the queue. If successful, this method returns true, * indicating that the caller is responsible for calling ! * {@code unlock}; otherwise this method returns false. */ public final boolean tryLock() { return SunToolkit.awtTryLock(); }
< prev index next >