| net.fenyo.gnetwatch.GUI.DialogAbout
DialogAbout | public class DialogAbout extends Dialog (Code) | | This class displays the "about" dialog.
author: Alexandre Fenyo version: $Id: DialogAbout.java,v 1.6 2007/03/03 00:38:19 fenyo Exp $ |
Constructor Summary | |
public | DialogAbout(GUI gui, Shell parent) Constructor. |
Method Summary | |
public void | open() Displays the dialog.
none. |
DialogAbout | public DialogAbout(GUI gui, Shell parent)(Code) | | Constructor.
Parameters: gui - current GUI instance. Parameters: parent - parent shell. |
open | public void open()(Code) | | Displays the dialog.
none. void. |
|
|