Skip to content

Commit be59b7a

Browse files
committed
DnD/JTabbedPane fix, java.awt.Taskbar added
1 parent 8de090a commit be59b7a

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
1.28 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20191107100616
1+
20191107184030
1.28 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20191107100616
1+
20191107184030
1.28 KB
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12877,7 +12877,7 @@ if (ev.keyCode == 9 && ev.target["data-focuscomponent"]) {
1287712877
System.out.println("j2sApplet DnD kind=" + kind + " type=" + type + " name=" + name + " size="+ bytes.length);
1287812878
if (--nfiles == 0) {
1287912879
Clazz.load("swingjs.JSDnD")
12880-
.drop$javax_swing_JComponent$O$OAA$I$I(comp, oe.dataTransfer, arr, -x, y);
12880+
.drop$javax_swing_JComponent$O$OAA$I$I(comp, oe.dataTransfer, arr, x, y);
1288112881
}
1288212882
}
1288312883
};

0 commit comments

Comments
 (0)