@author Generated from Forte @since 19-Nov-2008
126127128129130131132133134135136137
* display<p> * <p> */ public void display() { UserWindow.open(this); ThreeMonths t = new ThreeMonths(); t.setup(); Parent.set(t, this.getqq_toNest()); // ---------- // Event Loop // ---------- EventManager.startEventLoop();