Package jexer

Class TEditColorThemeWindow

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

    public class TEditColorThemeWindow
    extends TWindow
    TEditColorThemeWindow provides an easy UI for users to alter the running color theme.
    • Constructor Detail

      • TEditColorThemeWindow

        public TEditColorThemeWindow​(TApplication application)
        Public constructor. The window will be centered on screen.
        Parameters:
        application - the TApplication that manages this window
    • Method Detail

      • onKeypress

        public void onKeypress​(TKeypressEvent keypress)
        Handle keystrokes.
        Overrides:
        onKeypress in class TWindow
        Parameters:
        keypress - keystroke event
      • draw

        public void draw()
        Draw me on screen.
        Overrides:
        draw in class TWindow