mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / Surface.java
similarity index 98%
rename from src/org/xwt/Surface.java
rename to src/org/ibex/Surface.java
index 70dd567..383e7a8 100644 (file)
@@ -1,14 +1,11 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.xwt;
+package org.ibex;
 
-import org.bouncycastle.util.encoders.Base64;
-import org.xwt.js.*;
-import org.xwt.util.*;
-import java.io.*;
-import java.util.*;
+import org.ibex.js.*;
+import org.ibex.util.*;
 
 /** 
- *  A Surface, as described in the XWT Reference.
+ *  A Surface, as described in the Ibex Reference.
  *
  *  Platform subclasses should include an inner class subclass of
  *  Surface to return from the Platform._createSurface() method
@@ -142,7 +139,7 @@ public abstract class Surface extends PixelBuffer implements Scheduler.Task {
     }
 
     /**
-     *  Notify XWT that the mouse has moved. If the mouse leaves the
+     *  Notify Ibex that the mouse has moved. If the mouse leaves the
      *  surface, but the host windowing system does not provide its new
      *  position (for example, a Java MouseListener.mouseExited()
      *  message), the subclass should use (-1,-1).