Skip to content

Commit c255a82

Browse files
committed
adding swingjs.JSAppletViewer and swingjs.JSFrameViewer to nonqualified
1 parent 1b351c1 commit c255a82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTKeywordVisitor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,9 @@ public static void setNoQualifiedNamePackages(String names) {
15261526
}
15271527

15281528
private final static String[] nonQualifiedClasses = new String[] {
1529-
// these are pre-defined in j2sSwingJSext.js
1529+
// these are pre-defined in j2sSwingJSext.js
1530+
"swingjs.JSAppletViewer",
1531+
"swingjs.JSFrameViewer",
15301532
"java.lang.Boolean",
15311533
"java.lang.Byte",
15321534
"java.lang.Character",

0 commit comments

Comments
 (0)