2003/02/12 06:31:52
[org.ibex.core.git] / src / org / xwt / plat / AWT.java
index 46bb5f6..7005f1e 100644 (file)
@@ -120,7 +120,7 @@ public class AWT extends Platform {
 
     // Inner Classes /////////////////////////////////////////////////////////////////////////////////////
 
-    protected static class AWTPicture implements Picture {
+    protected static class AWTPicture extends Picture {
         public int getHeight() { return i.getHeight(null); }
         public int getWidth() { return i.getWidth(null); } 
         public int[] getData() { return data; }
@@ -140,7 +140,7 @@ public class AWT extends Platform {
         }
     }
     
-    protected static class AWTDoubleBuffer implements DoubleBuffer {
+    protected static class AWTDoubleBuffer extends DoubleBuffer {
         
         protected Image i = null;
         protected Graphics g = null;