From 2230f036c642e740fd1d3f0ac206c2555f3395c0 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:35:41 +0000 Subject: [PATCH] 2003/09/16 21:42:06 darcs-hash:20040130073541-2ba56-42bbd49c335bbeb0469504d2166e28b88fb83971.gz --- src/org/xwt/Surface.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/xwt/Surface.java b/src/org/xwt/Surface.java index d044eee..1e9e222 100644 --- a/src/org/xwt/Surface.java +++ b/src/org/xwt/Surface.java @@ -118,6 +118,7 @@ public abstract class Surface { /** Sets the surface's x and y position. */ public abstract void setLocation(int x, int y); + public void setLocation() { setLocation(root.x, root.y); } /** Sets the surface's title bar text, if applicable */ public abstract void setTitleBarText(String s); -- 1.7.10.4