org.kemet.lf.components.dialog
Class DialogAbout

java.lang.Object
  extended by org.kemet.lf.components.ComponentsKemet
      extended by org.kemet.lf.components.dialog.DialogAbout
All Implemented Interfaces:
java.lang.Runnable, IComponents

public class DialogAbout
extends ComponentsKemet
implements java.lang.Runnable

Since:
0.4
Author:
fabricemaupin

DialogAbout : Informations about project.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.kemet.lf.components.ComponentsKemet
ComponentsKemet.CheckBoxIcon, ComponentsKemet.RadioButtonIcon
 
Field Summary
 
Fields inherited from interface org.kemet.lf.components.IComponents
footerPanelHeight, headerPanelHeight, maxSizeTitle, menuPanelHeight, posCentralPanel, posMenuPanel, sizeFont, valueToRemoveFromWindowWidth
 
Constructor Summary
DialogAbout(java.util.List<java.lang.Object> text)
           create dialog about.
 
Method Summary
 java.lang.Exception getException()
           return the raised exception.
 void run()
           run the thread which be going to initialize the window.
 
Methods inherited from class org.kemet.lf.components.ComponentsKemet
getFooterPanel, getHeaderPanel, getMenuPanel, setFooterPanel, setHeaderPanel, setMenuPanel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogAbout

public DialogAbout(java.util.List<java.lang.Object> text)
            throws ExceptionManager

create dialog about.

Throws:
ExceptionManager
Since:
0.4
Method Detail

run

public void run()

run the thread which be going to initialize the window.

Specified by:
run in interface java.lang.Runnable
Since:
0.4

getException

public java.lang.Exception getException()

return the raised exception.

Returns:
raised exception
Since:
0.4


Copyright © 2008 F. MAUPIN. All Rights Reserved.