Package ij.gui

Class WaitForUserDialog

All Implemented Interfaces:
ActionListener, KeyListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible

public class WaitForUserDialog
extends Dialog
implements ActionListener, KeyListener
This is a non-modal dialog box used to ask the user to perform some task while a macro or plugin is running. It implements the waitForUser() macro function. It is based on Michael Schmid's Wait_For_User plugin.
See Also:
Serialized Form