2003/09/19 05:01:37
[org.ibex.core.git] / src / org / xwt / ImageDecoder.java
index bfcbc7e..3a4fb6e 100644 (file)
@@ -1,8 +1,9 @@
-// Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL] 
+// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 
 package org.xwt;
 import java.io.*;
 import org.xwt.js.*;
 import org.xwt.util.*;
+import org.xwt.translators.*;
 
 /** Interface implemented by classes capable of decoding an image file into an int[] */
 public abstract class ImageDecoder {