8384858687888990919293
try { HtmlScreen scr = showPage(null); elementHandlers.put("canvas", new CanvasElementHandler()); scr.htmlWidget.load(new ByteArrayInputStream(menu.toString() .getBytes("UTF-8")), "UTF-8"); scr.setStatus(null); scr.repaint();
159160161162163164165166167
this.elementHandlers = elementHandlers; if (documentUrl != null) { this.documentUrl = title = baseURL = documentUrl; } this.globalScope = new JsWindow(this); this.jsTimerThread = new Thread(this.globalScope); this.jsTimerThread.start(); }