X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTInputBox.java;h=070f27755fb879699efdf67c5785ce4848c2971c;hb=051e29138b18fb4b731a72f8727475b10e4c74e4;hp=bf54f1c2c80e653a9f39c686542150f4eb60bd09;hpb=a2018e9964f6c58742cd1e6dd0a0c63e244a89d6;p=fanfix.git diff --git a/src/jexer/TInputBox.java b/src/jexer/TInputBox.java index bf54f1c..070f277 100644 --- a/src/jexer/TInputBox.java +++ b/src/jexer/TInputBox.java @@ -32,7 +32,6 @@ package jexer; * TInputBox is a system-modal dialog with an OK button and a text input * field. Call it like: * - *

*

  * {@code
  *     box = application.inputBox(title, caption);
@@ -43,7 +42,7 @@ package jexer;
  * 
* */ -public final class TInputBox extends TMessageBox { +public class TInputBox extends TMessageBox { /** * The input field.