Many changes:
[nikiroo-utils.git] / src / jexer / TRadioGroup.java
index 20a1ccd468ba5f33259e9788f1db3d6ef45e7287..d811f273a56c6a6fc6d62b9a516701d2c894f55a 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 Kevin Lamonte
+ * Copyright (C) 2017 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -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.