Many changes:
[fanfix.git] / src / jexer / TText.java
index d0148f202a047b4b60f15dff444abd34e6150e28..0edb290a8a74f7de3e94bd8890961233844a8495 100644 (file)
@@ -40,7 +40,7 @@ import static jexer.TKeypress.*;
  * TText implements a simple scrollable text area. It reflows automatically on
  * resize.
  */
-public final class TText extends TScrollableWidget {
+public class TText extends TScrollableWidget {
 
     /**
      * Available text justifications.