File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sources/net.sf.j2s.core/src/j2s/swingjs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ private String getDefaultHTMLTemplate() {
422422 + "</script>\n " + "</head>\n " + "<body>\n " + "<script>\n " + "SwingJS.getApplet('testApplet', Info)\n "
423423 + "getClassList = function(){J2S._saveFile('_j2sclasslist.txt', Clazz.ClassFilesLoaded.sort().join('\\ n'))}\n "
424424 + "</script>\n " + "<div style=\" position:absolute;left:900px;top:30px;width:600px;height:300px;\" >\n "
425- + "<div id=\" sysoutdiv\" contentEditable=\" true\" style=\" border:1px solid green;width:100%;height:95%;overflow:auto\" ></div>\n "
425+ + "<div spellcheck= \" false \" id=\" sysoutdiv\" contentEditable=\" true\" style=\" border:1px solid green;width:100%;height:95%;overflow:auto\" ></div>\n "
426426 + "This is System.out. <a href=\" javascript:testApplet._clearConsole()\" >clear it</a> <a href='javascript:J2S.getProfile()'>start/stop profiling</a><br>see <a href=___j2sflags.htm>___j2sflags.htm</a> for SwingJS URL command-line options<br><a href=\" javascript:getClassList()\" >get _j2sClassList.txt</a>\n "
427427 + "</div>\n " + "</body>\n " + "</html>\n " ;
428428 }
You can’t perform that action at this time.
0 commit comments