2003/11/13 09:15:12
[org.ibex.core.git] / src / org / xwt / plat / AWT.java
index cca1209..dac9e57 100644 (file)
@@ -280,6 +280,7 @@ public class AWT extends JVM {
 
         AWTSurface(Box root, boolean framed) {
             super(root);
+            System.out.println("Y");
             try {
                 if (framed) window = frame = new InnerFrame();
                 else window = new InnerWindow();