2003/02/12 06:31:52
[org.ibex.core.git] / src / org / xwt / Picture.java
index 3f60854..94d265e 100644 (file)
@@ -14,7 +14,7 @@ package org.xwt;
  *    example, using a Pixmap on X11).
  *    </p>
  */
-public interface Picture {
+public abstract class Picture {
     public int getHeight();
     public int getWidth();
 }