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

Print this page

        

*** 62,72 **** public long getAWTView() { return ptr; } public boolean isOpaque() { ! return peer.isOpaque(); } /* * All coordinates passed to the method should be based on the origin being in the bottom-left corner (standard * Cocoa coordinates). --- 62,72 ---- public long getAWTView() { return ptr; } public boolean isOpaque() { ! return !peer.isTranslucent(); } /* * All coordinates passed to the method should be based on the origin being in the bottom-left corner (standard * Cocoa coordinates).