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

Print this page

        

*** 33,43 **** /** * On OSX {@code CPlatformComponent} stores pointer to the native CAlayer which * can be used from JAWT. */ ! final class CPlatformComponent extends CFRetainedResource implements PlatformComponent { private volatile PlatformWindow platformWindow; CPlatformComponent() { --- 33,43 ---- /** * On OSX {@code CPlatformComponent} stores pointer to the native CAlayer which * can be used from JAWT. */ ! class CPlatformComponent extends CFRetainedResource implements PlatformComponent { private volatile PlatformWindow platformWindow; CPlatformComponent() {