fable.gui.dialog
Class AboutDialog

java.lang.Object
  extended by Dialog
      extended by fable.gui.dialog.AboutDialog

public class AboutDialog
extends Dialog

This dialog box shows our banner and some interesting things.

Author:
Wonsik Kim

Method Summary
static void showAboutDialog(Shell parent)
          Show about dialog box.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showAboutDialog

public static void showAboutDialog(Shell parent)
Show about dialog box.

Parameters:
parent - parent shell of the dialog box.
Requires:
parent != null.