Packages 
Package Description
jexer
Jexer - Java Text User Interface library
jexer.backend
The interface between TApplication and user-facing I/O.
jexer.bits
Low-level data objects and utility functions that don't warrant their own separate package.
jexer.demos
Demonstration programs.
jexer.event
Events that are generated by both end-user I/O (keyboard/mouse) and other UI elements (menu/resize).
jexer.help
Online help system.
jexer.io
java.io subclasses.
jexer.layout
Available layout managers.
jexer.menu
Menu bar support classes.
jexer.net
A Telnet-aware ServerSocket that establishes an 8-bit clean data channel.
jexer.tackboard
Pixel-based overlays.
jexer.teditor
A basic text editor backend supporting word highlighting.
jexer.tterminal
An ECMA-48 / ANSI X3.64 style terminal emulator.
jexer.ttree
TTreeView and supporting classes.