Package jexer.demos

Class DesktopDemo

  • All Implemented Interfaces:
    java.lang.Comparable<TWidget>

    public class DesktopDemo
    extends TDesktop
    The modified desktop.
    • Constructor Detail

      • DesktopDemo

        public DesktopDemo​(TApplication parent)
        Public constructor.
        Parameters:
        parent - parent application
    • Method Detail

      • draw

        public void draw()
        The default TDesktop draws a hatch character across everything. This version is selectable.
        Overrides:
        draw in class TDesktop