Many changes:
[fanfix.git] / src / jexer / TFileOpenBox.java
index 18d65f22ea047b83cb17b709df4e7a71cc5e173d..6f46a034d6a70b394766460c71139ade0e293349 100644 (file)
@@ -43,7 +43,6 @@ import static jexer.TKeypress.*;
  * TFileOpenBox is a system-modal dialog for selecting a file to open.  Call
  * it like:
  *
- * <p>
  * <pre>
  * {@code
  *     filename = application.fileOpenBox("/path/to/file.ext",
@@ -55,7 +54,7 @@ import static jexer.TKeypress.*;
  * </pre>
  *
  */
-public final class TFileOpenBox extends TWindow {
+public class TFileOpenBox extends TWindow {
 
     /**
      * Translated strings.