Uses of Class
kirk.gui.dialog.PopupDialog

Packages that use PopupDialog
kirk.gui.dialog   
 

Uses of PopupDialog in kirk.gui.dialog
 

Subclasses of PopupDialog in kirk.gui.dialog
 class ErrorDialog
          Pops up an error Dialog with the given message.
 class InputDialog
          An extension of PopupDialog that asks the user for input.
 class MessageDialog
          Pops up a Dialog with the given message.
 class SingleInputDialog
          An entension of InputDialog that asks the user for a single String.