Skip to content

Commit 64462b8

Browse files
committed
Swingjs2.zip and SwingJS-site.zip
1 parent f64c12d commit 64462b8

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed
-114 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20221205113414
1+
20230101211500
-114 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20221205113414
1+
20230101211500
621 Bytes
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
@@ -13901,7 +13901,7 @@ if (ev.keyCode == 9 && ev.target["data-focuscomponent"]) {
1390113901
J2S.setWindowZIndex = function(node, z) {
1390213902
// on frame show or mouse-down, create a stack of frames and sort by
1390313903
// z-order
13904-
if (!node || node.ui && node.ui.embeddedNode)
13904+
if (!node || !node.ui || node.ui.embeddedNode)
1390513905
return
1390613906
var app = node.ui.jc.appContext.threadGroup.name + "_";
1390713907
var a = [];

0 commit comments

Comments
 (0)