Skip to content

Commit 0f5729c

Browse files
committed
SwingJS-site.zip
1 parent a3caa51 commit 0f5729c

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed
903 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200119225004
1+
20200123210716
903 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20200119225004
1+
20200123210716
903 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10669,6 +10669,9 @@ return jQuery;
1066910669
})(jQuery,document,"click mousemove mouseup touchmove touchend", "outjsmol");
1067010670
// j2sApplet.js BH = Bob Hanson hansonr@stolaf.edu
1067110671

10672+
// Note if this character 秘 does not look like a Chinese character,
10673+
// then DON'T SAVE THIS FILE. Open it again with a default UTF-8 editor.
10674+
1067210675
// J2S._version set to "3.2.4.09" 2019.10.31
1067310676

1067410677
// BH 2019.11.06 adds JFileChooser.setMultipleMode(true) and multiple-file DnD
@@ -12053,13 +12056,8 @@ console.log("J2S._getRawDataFromServer " + J2S._serverUrl + " for " + query);
1205312056
obj._j2sPath = Info.j2sPath;
1205412057
obj._coverImage = Info.coverImage;
1205512058
obj._isCovered = !!obj._coverImage;
12056-
obj._deferApplet = Info.deferApplet || obj._isCovered && obj._isJava; // must
12057-
// do
12058-
// this
12059-
// if
12060-
// covered
12061-
// in
12062-
// Java
12059+
obj._deferApplet = Info.deferApplet || obj._isCovered && obj._isJava;
12060+
// must do this if covered in Java
1206312061
obj._deferUncover = Info.deferUncover && !obj._isJava; // can't do this
1206412062
// with Java
1206512063
obj._coverScript = Info.coverScript;
@@ -16443,7 +16441,7 @@ Clazz.loadScript = function(file) {
1644316441
//removeArrayItem(classQueue, file);
1644416442

1644516443
var file0 = file;
16446-
if (Clazz._nozcore) {
16444+
if (J2S._nozcore) {
1644716445
file = file.replace(/\.z\.js/,".js");
1644816446
}
1644916447
var data = "";

0 commit comments

Comments
 (0)