949596979899100101102103
* Constructs a ODEInvokerWindow. * */ public ODEInvokerWindow(XBayaEngine engine) { this.engine = engine; this.invoker = new ODEInvoker(engine); this.myProxyChecker = new MyProxyChecker(this.engine); initGUI(); }