Many changes:
[nikiroo-utils.git] / src / jexer / TRadioButton.java
index cdb56aa35860d3734235ce0ff35a3e942b81352b..da077037daec96a0474406fc9158a47a76072a58 100644 (file)
@@ -37,7 +37,7 @@ import static jexer.TKeypress.*;
 /**
  * TRadioButton implements a selectable radio button.
  */
-public final class TRadioButton extends TWidget {
+public class TRadioButton extends TWidget {
 
     // ------------------------------------------------------------------------
     // Variables --------------------------------------------------------------