JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / java / awt / Adjustable.js
1 Clazz.declarePackage ("java.awt");\r
2 c$ = Clazz.declareInterface (java.awt, "Adjustable");\r
3 Clazz.defineStatics (c$,\r
4 "HORIZONTAL", 0,\r
5 "VERTICAL", 1,\r
6 "NO_ORIENTATION", 2);\r