Package jmri.util

Class BusyGlassPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class BusyGlassPane extends JComponent
Used to intercept inputs and to display a busy cursor during reads and writes. Based in part on code from the Java Tutorial for glass panes (java.sun.com). Used in PaneProgFrame to control cursor operations during programming.
See Also: