X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2FSurface.java;fp=src%2Forg%2Fxwt%2FSurface.java;h=383e7a86b6387d1b7d17a5f0b9b127f476898df3;hp=70dd5671d6ae6b5a3359d02200f1ec3adbb8c128;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/Surface.java b/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 --- a/src/org/xwt/Surface.java +++ b/src/org/ibex/Surface.java @@ -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).