net.sourceforge.demetrix.ui
Class AboutDialog

java.lang.Object
  extended bynet.sourceforge.demetrix.ui.AboutDialog

public class AboutDialog
extends Object

Author:
Dimitri Pissarenko *

Field Summary
 JLabel copyRightLabel
           
private  JDialog dialog
           
 JLabel homePageLabel
           
private  Logger logger
           
 JButton okButton
           
 AbstractAction okButtonAction
           
 JLabel productDescriptionLabel
           
 JLabel productNameAndVersionLabel
           
static String UI_DEF_FILE_NAME
           
 
Constructor Summary
AboutDialog()
           
 
Method Summary
 JDialog getDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private Logger logger

dialog

private JDialog dialog

productNameAndVersionLabel

public JLabel productNameAndVersionLabel

productDescriptionLabel

public JLabel productDescriptionLabel

copyRightLabel

public JLabel copyRightLabel

homePageLabel

public JLabel homePageLabel

okButton

public JButton okButton

okButtonAction

public AbstractAction okButtonAction

UI_DEF_FILE_NAME

public static final String UI_DEF_FILE_NAME
See Also:
Constant Field Values
Constructor Detail

AboutDialog

public AboutDialog()
Method Detail

getDialog

public JDialog getDialog()