JAL-1807 test
[jalviewjs.git] / bin / javajs / swing / GridBagConstraints.js
index 31cf45c..f631d92 100644 (file)
@@ -1,41 +1,41 @@
-Clazz.declarePackage ("javajs.swing");\r
-Clazz.load (null, "javajs.swing.GridBagConstraints", ["javajs.swing.Insets"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.gridx = 0;\r
-this.gridy = 0;\r
-this.gridwidth = 0;\r
-this.gridheight = 0;\r
-this.weightx = 0;\r
-this.weighty = 0;\r
-this.anchor = 0;\r
-this.fill = 0;\r
-this.insets = null;\r
-this.ipadx = 0;\r
-this.ipady = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, javajs.swing, "GridBagConstraints");\r
-Clazz.makeConstructor (c$, \r
-function (gridx, gridy, gridwidth, gridheight, weightx, weighty, anchor, fill, insets, ipadx, ipady) {\r
-this.gridx = gridx;\r
-this.gridy = gridy;\r
-this.gridwidth = gridwidth;\r
-this.gridheight = gridheight;\r
-this.weightx = weightx;\r
-this.weighty = weighty;\r
-this.anchor = anchor;\r
-this.fill = fill;\r
-if (insets == null) insets =  new javajs.swing.Insets (0, 0, 0, 0);\r
-this.insets = insets;\r
-this.ipadx = ipadx;\r
-this.ipady = ipady;\r
-}, "~N,~N,~N,~N,~N,~N,~N,~N,javajs.swing.Insets,~N,~N");\r
-Clazz.defineMethod (c$, "getStyle", \r
-function (margins) {\r
-return "style='" + (margins ? "margin:" + this.insets.top + "px " + (this.ipady + this.insets.right) + "px " + this.insets.bottom + "px " + (this.ipadx + this.insets.left) + "px;" : "text-align:" + (this.anchor == 13 ? "right" : this.anchor == 17 ? "left" : "center")) + "'";\r
-}, "~B");\r
-Clazz.defineStatics (c$,\r
-"NONE", 0,\r
-"CENTER", 10,\r
-"WEST", 17,\r
-"EAST", 13);\r
-});\r
+Clazz.declarePackage ("javajs.swing");
+Clazz.load (null, "javajs.swing.GridBagConstraints", ["javajs.swing.Insets"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.gridx = 0;
+this.gridy = 0;
+this.gridwidth = 0;
+this.gridheight = 0;
+this.weightx = 0;
+this.weighty = 0;
+this.anchor = 0;
+this.fill = 0;
+this.insets = null;
+this.ipadx = 0;
+this.ipady = 0;
+Clazz.instantialize (this, arguments);
+}, javajs.swing, "GridBagConstraints");
+Clazz.makeConstructor (c$, 
+function (gridx, gridy, gridwidth, gridheight, weightx, weighty, anchor, fill, insets, ipadx, ipady) {
+this.gridx = gridx;
+this.gridy = gridy;
+this.gridwidth = gridwidth;
+this.gridheight = gridheight;
+this.weightx = weightx;
+this.weighty = weighty;
+this.anchor = anchor;
+this.fill = fill;
+if (insets == null) insets =  new javajs.swing.Insets (0, 0, 0, 0);
+this.insets = insets;
+this.ipadx = ipadx;
+this.ipady = ipady;
+}, "~N,~N,~N,~N,~N,~N,~N,~N,javajs.swing.Insets,~N,~N");
+Clazz.defineMethod (c$, "getStyle", 
+function (margins) {
+return "style='" + (margins ? "margin:" + this.insets.top + "px " + (this.ipady + this.insets.right) + "px " + this.insets.bottom + "px " + (this.ipadx + this.insets.left) + "px;" : "text-align:" + (this.anchor == 13 ? "right" : this.anchor == 17 ? "left" : "center")) + "'";
+}, "~B");
+Clazz.defineStatics (c$,
+"NONE", 0,
+"CENTER", 10,
+"WEST", 17,
+"EAST", 13);
+});