Skip to content

Commit e86ef96

Browse files
hansonrhansonr
authored andcommitted
JFileDialog multi-select broken
1 parent 04e16c5 commit e86ef96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ if (database == "_" && J2S._serverUrl.indexOf("//your.server.here/") >= 0) {
11531153
case "java.util.Array":
11541154
var e = Clazz.new_(Clazz.load("java.io.File").c$$S,
11551155
[ file.name ]);
1156-
swingjs.JSUtil.setFileBytesStatic$$O$O(e, J2S._toBytes(data))
1156+
swingjs.JSUtil.setFileBytesStatic$O$O(e, J2S._toBytes(data))
11571157
arr.push(e);
11581158
data = arr;
11591159
break;

0 commit comments

Comments
 (0)