Did some clean up
[Mograsim.git] / era.mi / src / era / mi / logic / tests / GUITest.java
index 28dd67a..54f9269 100644 (file)
@@ -170,7 +170,7 @@ public class GUITest extends JPanel
                g.setFont(g.getFont().deriveFont(Math.min(height, width) / 40f));\r
        }\r
 \r
-       private void drawString(Graphics g, String s, int x, int y, double anchorX, double anchorY)\r
+       private static void drawString(Graphics g, String s, int x, int y, double anchorX, double anchorY)\r
        {\r
                int h = g.getFontMetrics().getAscent();\r
                int w = g.getFontMetrics().stringWidth(s);\r