Class BusyWindow

java.lang.Object
org.harctoolbox.guicomponents.BusyWindow

public class BusyWindow extends Object
Class for setting and resetting busy cursor of a java.awt.Window.
  • Constructor Details

    • BusyWindow

      public BusyWindow(Window window)
      Parameters:
      window -
  • Method Details

    • mkBusyWindow

      public static BusyWindow mkBusyWindow(Window window)
      Static convenience function, factory function, that combines the constructor and the busy() call.
      Parameters:
      window -
      Returns:
      newly constructed BusyWindow.
    • busy

      public void busy()
      Sets the wait cursor
    • unBusy

      public void unBusy()
      Resets cursor
    • isBusy

      public boolean isBusy()
      Returns status
      Returns: