2002/08/16 23:39:03
[org.ibex.core.git] / src / org / xwt / plat / AWT.java
index eedfdc3..1d65bd2 100644 (file)
@@ -275,9 +275,10 @@ public class AWT extends Platform {
 
             // IMPORTANT: this must be called before render() to ensure
             // that our peer has been created
-            window.setVisible(true);
-
+            makeVisible();
         }
+
+        protected void makeVisible() { window.setVisible(true); }
         
         public void _dispose() {
             window.removeMouseListener(this);