1 import jexer
.TApplication
;
3 public class MyApplication
extends TApplication
{
5 public MyApplication() throws Exception
{
6 super(BackendType
.XTERM
);
8 // Create standard menus for Tool, File, and Window.
14 public static void main(String
[] args
) throws Exception
{
15 MyApplication app
= new MyApplication();