We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b351c1 commit c255a82Copy full SHA for c255a82
sources/net.sf.j2s.core/src/net/sf/j2s/core/astvisitors/ASTKeywordVisitor.java
@@ -1526,7 +1526,9 @@ public static void setNoQualifiedNamePackages(String names) {
1526
}
1527
1528
private final static String[] nonQualifiedClasses = new String[] {
1529
- // these are pre-defined in j2sSwingJSext.js
+ // these are pre-defined in j2sSwingJSext.js
1530
+ "swingjs.JSAppletViewer",
1531
+ "swingjs.JSFrameViewer",
1532
"java.lang.Boolean",
1533
"java.lang.Byte",
1534
"java.lang.Character",
0 commit comments