X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTInputBox.java;h=070f27755fb879699efdf67c5785ce4848c2971c;hb=051e29138b18fb4b731a72f8727475b10e4c74e4;hp=7a1e92d6f169c487fd2ddd2496ebc839db485beb;hpb=e16dda65585466c8987bd1efd718431450a96605;p=fanfix.git diff --git a/src/jexer/TInputBox.java b/src/jexer/TInputBox.java index 7a1e92d..070f277 100644 --- a/src/jexer/TInputBox.java +++ b/src/jexer/TInputBox.java @@ -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"), @@ -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.