Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / javax / swing / WindowConstants.js
index 1fddbdb..f3b72a7 100644 (file)
@@ -1,7 +1,7 @@
-Clazz.declarePackage ("javax.swing");\r
-c$ = Clazz.declareInterface (javax.swing, "WindowConstants");\r
-Clazz.defineStatics (c$,\r
-"DO_NOTHING_ON_CLOSE", 0,\r
-"HIDE_ON_CLOSE", 1,\r
-"DISPOSE_ON_CLOSE", 2,\r
-"EXIT_ON_CLOSE", 3);\r
+Clazz.declarePackage ("javax.swing");
+c$ = Clazz.declareInterface (javax.swing, "WindowConstants");
+Clazz.defineStatics (c$,
+"DO_NOTHING_ON_CLOSE", 0,
+"HIDE_ON_CLOSE", 1,
+"DISPOSE_ON_CLOSE", 2,
+"EXIT_ON_CLOSE", 3);