X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Forg%2Fxwt%2Fplat%2FAWT.java;h=7005f1e210be00ca710e22697101c7c8766c2927;hb=86320c355844775b0a5aa6a92258c46ccbd85d90;hp=46bb5f6d297d0dc7acfbab67da47839f699feb9f;hpb=c4826a4340164c333525b709e533742b5e33fe7f;p=org.ibex.core.git diff --git a/src/org/xwt/plat/AWT.java b/src/org/xwt/plat/AWT.java index 46bb5f6..7005f1e 100644 --- a/src/org/xwt/plat/AWT.java +++ b/src/org/xwt/plat/AWT.java @@ -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;