2003/11/13 05:04:21
[org.ibex.core.git] / src / org / xwt / Main.java
index 1268fdc..1552c00 100644 (file)
@@ -92,7 +92,7 @@ public class Main {
                 public Object call(Object arg) {
                     scarImage = (Picture)arg;
                     Scheduler.add(new Scheduler.Task() { public void perform() {
-                        Template.getTemplate(((Res)final_rr.get(initialTemplate))).apply(new Box(), null, xwt);
+                        Template.getTemplate(((Res)final_rr.get(initialTemplate))).apply(new BoxTree(), xwt);
                     } });
                     return null;
                 } });