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

Print this page

        

@@ -437,11 +437,11 @@
 //        throw new RuntimeException("Has not been implemented yet.");
         return false;
     }
 
     @Override
-    public final Graphics getGraphics() {
+    public Graphics getGraphics() {
         final Graphics g = getOnscreenGraphics();
         if (g != null) {
             synchronized (getPeerTreeLock()){
                 applyConstrain(g);
             }