src/share/classes/sun/java2d/pipe/SpanShapeRenderer.java

Print this page

        

@@ -72,11 +72,11 @@
         }
 
         public void renderBox(Object ctx, int x, int y, int w, int h) {
             SunGraphics2D sg2d = (SunGraphics2D) ctx;
             SurfaceData sd = sg2d.getSurfaceData();
-            sg2d.loops.fillRectLoop.FillRect(sg2d, sd, x, y, w, h);
+            sg2d.getLoops().fillRectLoop.FillRect(sg2d, sd, x, y, w, h);
         }
 
         public void endSequence(Object ctx) {
         }
     }