Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / javax / swing / JRadioButton.js
index 2b08091..a0ae726 100644 (file)
@@ -1,52 +1,52 @@
-Clazz.declarePackage ("javax.swing");\r
-Clazz.load (["javax.swing.JToggleButton"], "javax.swing.JRadioButton", ["javax.swing.UIManager"], function () {\r
-c$ = Clazz.declareType (javax.swing, "JRadioButton", javax.swing.JToggleButton);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-this.construct (null, null, false);\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (icon) {\r
-this.construct (null, icon, false);\r
-}, "javax.swing.Icon");\r
-Clazz.makeConstructor (c$, \r
-function (a) {\r
-this.construct ();\r
-this.setAction (a);\r
-}, "javax.swing.Action");\r
-Clazz.makeConstructor (c$, \r
-function (icon, selected) {\r
-this.construct (null, icon, selected);\r
-}, "javax.swing.Icon,~B");\r
-Clazz.makeConstructor (c$, \r
-function (text) {\r
-this.construct (text, null, false);\r
-}, "~S");\r
-Clazz.makeConstructor (c$, \r
-function (text, selected) {\r
-this.construct (text, null, selected);\r
-}, "~S,~B");\r
-Clazz.makeConstructor (c$, \r
-function (text, icon) {\r
-this.construct (text, icon, false);\r
-}, "~S,javax.swing.Icon");\r
-Clazz.makeConstructor (c$, \r
-function (text, icon, selected) {\r
-Clazz.superConstructor (this, javax.swing.JRadioButton, [text, icon, selected]);\r
-this.setBorderPainted (false);\r
-this.setHorizontalAlignment (10);\r
-}, "~S,javax.swing.Icon,~B");\r
-Clazz.overrideMethod (c$, "updateUI", \r
-function () {\r
-this.setUI (javax.swing.UIManager.getUI (this));\r
-});\r
-Clazz.overrideMethod (c$, "getUIClassID", \r
-function () {\r
-return "RadioButtonUI";\r
-});\r
-Clazz.overrideMethod (c$, "setIconFromAction", \r
-function (a) {\r
-}, "javax.swing.Action");\r
-Clazz.defineStatics (c$,\r
-"$$uiClassID", "RadioButtonUI");\r
-});\r
+Clazz.declarePackage ("javax.swing");
+Clazz.load (["javax.swing.JToggleButton"], "javax.swing.JRadioButton", ["javax.swing.UIManager"], function () {
+c$ = Clazz.declareType (javax.swing, "JRadioButton", javax.swing.JToggleButton);
+Clazz.makeConstructor (c$, 
+function () {
+this.construct (null, null, false);
+});
+Clazz.makeConstructor (c$, 
+function (icon) {
+this.construct (null, icon, false);
+}, "javax.swing.Icon");
+Clazz.makeConstructor (c$, 
+function (a) {
+this.construct ();
+this.setAction (a);
+}, "javax.swing.Action");
+Clazz.makeConstructor (c$, 
+function (icon, selected) {
+this.construct (null, icon, selected);
+}, "javax.swing.Icon,~B");
+Clazz.makeConstructor (c$, 
+function (text) {
+this.construct (text, null, false);
+}, "~S");
+Clazz.makeConstructor (c$, 
+function (text, selected) {
+this.construct (text, null, selected);
+}, "~S,~B");
+Clazz.makeConstructor (c$, 
+function (text, icon) {
+this.construct (text, icon, false);
+}, "~S,javax.swing.Icon");
+Clazz.makeConstructor (c$, 
+function (text, icon, selected) {
+Clazz.superConstructor (this, javax.swing.JRadioButton, [text, icon, selected]);
+this.setBorderPainted (false);
+this.setHorizontalAlignment (10);
+}, "~S,javax.swing.Icon,~B");
+Clazz.overrideMethod (c$, "updateUI", 
+function () {
+this.setUI (javax.swing.UIManager.getUI (this));
+});
+Clazz.overrideMethod (c$, "getUIClassID", 
+function () {
+return "RadioButtonUI";
+});
+Clazz.overrideMethod (c$, "setIconFromAction", 
+function (a) {
+}, "javax.swing.Action");
+Clazz.defineStatics (c$,
+"$$uiClassID", "RadioButtonUI");
+});