diff --git a/examples/src/main/java/edu/umd/cs/piccolo/examples/GridExample.java b/examples/src/main/java/edu/umd/cs/piccolo/examples/GridExample.java index 7547d2d..4105ca8 100644 --- a/examples/src/main/java/edu/umd/cs/piccolo/examples/GridExample.java +++ b/examples/src/main/java/edu/umd/cs/piccolo/examples/GridExample.java @@ -53,10 +53,10 @@ */ public class GridExample extends PFrame { - static protected Line2D gridLine = new Line2D.Double(); - static protected Stroke gridStroke = new BasicStroke(1); - static protected Color gridPaint = Color.BLACK; - static protected double gridSpacing = 20; + protected Line2D gridLine = new Line2D.Double(); + protected Stroke gridStroke = new BasicStroke(1); + protected Color gridPaint = Color.BLACK; + protected double gridSpacing = 20; public GridExample() { this(null);