Many changes:
[fanfix.git] / src / jexer / TRadioGroup.java
index 83bf6454085f57c3cd87982ed8f015be06b6290f..d811f273a56c6a6fc6d62b9a516701d2c894f55a 100644 (file)
@@ -33,7 +33,7 @@ import jexer.bits.CellAttributes;
 /**
  * TRadioGroup is a collection of TRadioButtons with a box and label.
  */
-public final class TRadioGroup extends TWidget {
+public class TRadioGroup extends TWidget {
 
     /**
      * Label for this radio button group.