cz.nipax.hippo.pexeso
Class AboutDlg

java.lang.Object
  extended by cz.nipax.hippo.pexeso.AboutDlg

public class AboutDlg
extends java.lang.Object

The About dialog. It is cerated as modal dialog with some info about project. The dialog has some problem in Kaffe because Kaffe isn't able to hadle html in dialog controls. The dialog should be probably upgraded somehow.


Field Summary
(package private)  javax.swing.JDialog dialog
          The About dialog.
 
Constructor Summary
AboutDlg()
          Simple constructor.
 
Method Summary
 void createGUI(javax.swing.JFrame frame)
          Creates new dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

javax.swing.JDialog dialog
The About dialog.

Constructor Detail

AboutDlg

public AboutDlg()
Simple constructor.

Method Detail

createGUI

public void createGUI(javax.swing.JFrame frame)
Creates new dialog.

Parameters:
frame - parent frame for dialog