f040e8b7d059bf9f79887e420b7b1c20fc2b2ae9
[jalviewjs.git] / site / j2s / java / awt / Adjustable.js
1 Clazz.declarePackage ("java.awt");
2 c$ = Clazz.declareInterface (java.awt, "Adjustable");
3 Clazz.defineStatics (c$,
4 "HORIZONTAL", 0,
5 "VERTICAL", 1,
6 "NO_ORIENTATION", 2);