Skip to content

Commit 1d61f3e

Browse files
authored
Merge pull request #99 from BobHanson/master
major upgrade -- graphics antialiasing, menus, focus, key accelerators; still no focus tabbing
2 parents 6ad39ed + 7f88d7e commit 1d61f3e

File tree

125 files changed

+14549
-8761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+14549
-8761
lines changed
334 KB
Binary file not shown.
545 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190102082521
1+
20190121000416
334 KB
Binary file not shown.
545 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20190102082521
1+
20190121000416

sources/net.sf.j2s.core/doc/Differences.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Notes
22
=====
33

4+
update 12/4/2019 -- 3.2.4.07
5+
6+
this update advances JTextArea, JTextPane, and JEditorPane, and adds many more classes of java.nio.
7+
48
update 10/1/2018 -- 3.2.4.01
59

610
AWT components in SwingJS:

sources/net.sf.j2s.core/src/net/sf/j2s/core/Java2ScriptCompiler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ private String getDefaultHTMLTemplate() {
503503
"getClassList = function(){J2S._saveFile('_j2sclasslist.txt', Clazz.ClassFilesLoaded.sort().join('\\n'))}\n" +
504504
"</script>\n" +
505505
"<div style=\"position:absolute;left:900px;top:30px;width:600px;height:300px;\">\n" +
506-
"<div id=\"sysoutdiv\" style=\"border:1px solid green;width:100%;height:95%;overflow:auto\"></div>\n" +
506+
"<div id=\"sysoutdiv\" contentEditable=\"true\" style=\"border:1px solid green;width:100%;height:95%;overflow:auto\"></div>\n" +
507507
"This is System.out. <a href=\"javascript:testApplet._clearConsole()\">clear it</a> <br>Add ?j2snocore to URL to see full class list; ?j2sdebug to use uncompressed j2s/core files <br><a href=\"javascript:getClassList()\">get _j2sClassList.txt</a>\n" +
508508
"</div>\n" +
509509
"</body>\n" +

0 commit comments

Comments
 (0)