Package furbelow

Class WaitIndicator

All Implemented Interfaces:
KeyEventDispatcher
Direct Known Subclasses:
SpinningDialWaitIndicator

public class WaitIndicator extends AbstractComponentDecorator implements KeyEventDispatcher
Prevents mouse and key input to a JComponent or JFrame, while dimming the component and displaying a wait cursor.
  • Constructor Details

    • WaitIndicator

      public WaitIndicator(JFrame frame)
      Place the wait indicator over the entire frame.
    • WaitIndicator

      public WaitIndicator(JComponent target)
      Place the wait indicator over the given component.
  • Method Details