Package jexer.demos

Class Demo3


  • public class Demo3
    extends java.lang.Object
    This class is the main driver for a simple demonstration of Jexer's capabilities. This one passes separate Reader/Writer to TApplication, which will behave quite badly due to System.in/out not being in raw mode.
    • Constructor Summary

      Constructors 
      Constructor Description
      Demo3()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main entry point.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Demo3

        public Demo3()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Main entry point.
        Parameters:
        args - Command line arguments