net.fenyo.gnetwatch.GUI
Class DialogAbout
java.lang.Object
org.eclipse.swt.widgets.Dialog
net.fenyo.gnetwatch.GUI.DialogAbout
public class DialogAbout
- extends org.eclipse.swt.widgets.Dialog
This class displays the "about" dialog.
- Version:
- $Id: DialogAbout.java,v 1.7 2008/04/15 23:58:17 fenyo Exp $
- Author:
- Alexandre Fenyo
|
Constructor Summary |
DialogAbout(GUI gui,
org.eclipse.swt.widgets.Shell parent)
Constructor. |
|
Method Summary |
void |
open()
Displays the dialog. |
| Methods inherited from class org.eclipse.swt.widgets.Dialog |
checkSubclass, getParent, getStyle, getText, setText |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static Log log
layout
private org.eclipse.swt.layout.GridLayout layout
groups_composite
private org.eclipse.swt.widgets.Composite groups_composite
bottom_composite
private org.eclipse.swt.widgets.Composite bottom_composite
groups_composite_layout
private org.eclipse.swt.layout.RowLayout groups_composite_layout
bottom_composite_layout
private org.eclipse.swt.layout.RowLayout bottom_composite_layout
groups_composite_grid_data
private org.eclipse.swt.layout.GridData groups_composite_grid_data
label_image
private org.eclipse.swt.widgets.Label label_image
gui
private GUI gui
DialogAbout
public DialogAbout(GUI gui,
org.eclipse.swt.widgets.Shell parent)
- Constructor.
- Parameters:
gui - current GUI instance.parent - parent shell.
open
public void open()
- Displays the dialog.
- Parameters:
none. -