--- old/src/macosx/classes/sun/lwawt/macosx/CPlatformView.java 2013-02-08 15:20:07.196988100 +0400 +++ new/src/macosx/classes/sun/lwawt/macosx/CPlatformView.java 2013-02-08 15:20:06.515949100 +0400 @@ -45,10 +45,10 @@ private static native Rectangle2D nativeGetLocationOnScreen(long awtView); private static native boolean nativeIsViewUnderMouse(long ptr); - private LWWindowPeer peer; + protected LWWindowPeer peer; private SurfaceData surfaceData; private CGLLayer windowLayer; - private CPlatformResponder responder; + protected CPlatformResponder responder; public CPlatformView() { super(0, true);