Class ButtonEsc

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class ButtonEsc extends DialogButton
A JButton that will react to ESC key presses when in a focused window.
See Also:
  • Constructor Details

    • ButtonEsc

      public ButtonEsc(AbstractAction escAction)
      Constructs a JButton that will react to ESC key presses by calling the Action escAction when the button is in a focused window