Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / awt2swing / Label.js
index 380eaf6..713f8b3 100644 (file)
@@ -1,8 +1,8 @@
-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
+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");
+});