1fddbdbb5913adfb471e37e7f28b55c176793712
[jalviewjs.git] / site / swingjs / j2s / javax / swing / WindowConstants.js
1 Clazz.declarePackage ("javax.swing");\r
2 c$ = Clazz.declareInterface (javax.swing, "WindowConstants");\r
3 Clazz.defineStatics (c$,\r
4 "DO_NOTHING_ON_CLOSE", 0,\r
5 "HIDE_ON_CLOSE", 1,\r
6 "DISPOSE_ON_CLOSE", 2,\r
7 "EXIT_ON_CLOSE", 3);\r