X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTInputBox.java;h=50dba36b606ec8a5cedfa691207a2f25239cc65e;hb=43ad7b6c509c45c8f261e77ea059c10fed8c9f1c;hp=bf54f1c2c80e653a9f39c686542150f4eb60bd09;hpb=d6ee0801333ff93dffd851f4c1a44519c96c371d;p=nikiroo-utils.git diff --git a/src/jexer/TInputBox.java b/src/jexer/TInputBox.java index bf54f1c..50dba36 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);