Package jexer

Class TScreenOptionsWindow

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

    public class TScreenOptionsWindow
    extends TWindow
    TScreenOptionsWindow provides an easy UI for users to alter the running screen options such as fonts and images.
    • Constructor Detail

      • TScreenOptionsWindow

        public TScreenOptionsWindow​(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