diff game/IDMButton.java @ 133:881deac2daf8

Some more work on scaling widgets, etc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:50:41 +0200
parents b586ce4f6d97
children 4c0dec72e2f0
line wrap: on
line diff
--- a/game/IDMButton.java	Thu Nov 24 21:34:33 2011 +0200
+++ b/game/IDMButton.java	Thu Nov 24 21:50:41 2011 +0200
@@ -59,6 +59,10 @@
             System.out.print(e.getMessage());
         }
     }
+
+    public void scale()
+    {
+    }
     
     public void paint(Graphics2D g)
     {