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