Skip to content

Commit 4346762

Browse files
hansonrhansonr
authored andcommitted
removes editable for sysoutdiv, but not sure that helps. Problem was
that focus was being lost (I think) when debugging messages are sent during mouse operations in JTextPaneUI
1 parent 6f2930c commit 4346762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
SwingJS.getApplet('testApplet', Info)
2525
</script>
2626
<div style="position:absolute;left:900px;top:30px;width:600px;height:700px;">
27-
<div contentEditable="true" id=sysoutdiv style="border:1px solid green;width:100%;height:95%;overflow:auto"></div>
27+
<div id=sysoutdiv style="border:1px solid green;width:100%;height:95%;overflow:auto"></div>
2828
This is System.out. <a href="javascript:testApplet._clearConsole()">clear it</a>
2929
</div>
3030
</body>

0 commit comments

Comments
 (0)