X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTRadioButton.java;h=da077037daec96a0474406fc9158a47a76072a58;hb=615a0d99fd0aa4437116dd083147f9150d5e6527;hp=cdb56aa35860d3734235ce0ff35a3e942b81352b;hpb=d36057dfab8def933a64be042b039d76708ac5ba;p=fanfix.git diff --git a/src/jexer/TRadioButton.java b/src/jexer/TRadioButton.java index cdb56aa..da07703 100644 --- a/src/jexer/TRadioButton.java +++ b/src/jexer/TRadioButton.java @@ -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 --------------------------------------------------------------