JAL-1807 still testing
[jalviewjs.git] / bin / awt2swing / Label.js
index 713f8b3..380eaf6 100644 (file)
@@ -1,8 +1,8 @@
-Clazz.declarePackage ("awt2swing");
-Clazz.load (["javax.swing.JLabel"], "awt2swing.Label", null, function () {
-c$ = Clazz.declareType (awt2swing, "Label", javax.swing.JLabel);
-Clazz.defineMethod (c$, "setAlignment", 
-function (alignment) {
-this.setAlignmentX (alignment);
-}, "~N");
-});
+Clazz.declarePackage ("awt2swing");\r
+Clazz.load (["javax.swing.JLabel"], "awt2swing.Label", null, function () {\r
+c$ = Clazz.declareType (awt2swing, "Label", javax.swing.JLabel);\r
+Clazz.defineMethod (c$, "setAlignment", \r
+function (alignment) {\r
+this.setAlignmentX (alignment);\r
+}, "~N");\r
+});\r