Package jexer.demos
Class Demo2
- java.lang.Object
-
- jexer.demos.Demo2
-
public class Demo2 extends java.lang.Object
This class is the main driver for a simple demonstration of Jexer's capabilities. Rather than run locally, it serves a Jexer UI over a TCP port.
-
-
Constructor Summary
Constructors Constructor Description Demo2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Main entry point.
-