|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
info.bioinfweb.treegraph.gui.dialogs.AboutDialog
public class AboutDialog
The about dialog of TreeGraph 2.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JDialog |
---|
JDialog.AccessibleJDialog |
Nested classes/interfaces inherited from class java.awt.Dialog |
---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
Nested classes/interfaces inherited from class java.awt.Window |
---|
Window.AccessibleAWTWindow |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
private JPanel |
apachePanel
|
private JScrollPane |
apacheScrollPane
|
private JEditorPane |
apacheTextArea
|
private JLabel |
batikLabel
|
private JPanel |
buttonPanel
|
private JButton |
closeButton
|
private JTabbedPane |
contentsTabbedPane
|
private JEditorPane |
generalEditorPane
|
private JPanel |
generalPanel
|
private JScrollPane |
generalScrollPane
|
private JEditorPane |
gplEditorPane
|
private JPanel |
gplPanel
|
private JScrollPane |
gplScrollPane
|
HyperlinkListener |
HYPERLINK_LISTENER
|
private JPanel |
jContentPane
|
static String |
RESOURCES_PATH
|
private static long |
serialVersionUID
|
Fields inherited from class javax.swing.JDialog |
---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Dialog |
---|
DEFAULT_MODALITY_TYPE |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
AboutDialog(Frame owner)
|
Method Summary | |
---|---|
private JPanel |
getApachePanel()
This method initializes apachePanel |
private JScrollPane |
getApacheScrollPane()
This method initializes apacheScrollPane |
private JEditorPane |
getApacheTextArea()
This method initializes apacheTextArea |
private JPanel |
getButtonPanel()
This method initializes buttonPanel |
private JButton |
getCloseButton()
This method initializes closeButton |
private JTabbedPane |
getContentsTabbedPane()
This method initializes contentsTabbedPane |
private JEditorPane |
getGeneralEditorPane()
This method initializes generalEditorPane |
private JPanel |
getGeneralPanel()
This method initializes generalPanel |
private JScrollPane |
getGeneralScrollPane()
This method initializes generalScrollPane |
private JEditorPane |
getGplEditorPane()
This method initializes gplTextArea |
private JPanel |
getGPLPanel()
This method initializes gplPanel |
private JScrollPane |
getGplScrollPane()
This method initializes gplScrollPane |
private JPanel |
getJContentPane()
This method initializes jContentPane |
private static String |
getResourcePath(String file)
|
private void |
initialize()
This method initializes this |
Methods inherited from class java.awt.Dialog |
---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, setVisible, show, toBack |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCES_PATH
private static final long serialVersionUID
public final HyperlinkListener HYPERLINK_LISTENER
private JPanel jContentPane
private JTabbedPane contentsTabbedPane
private JPanel generalPanel
private JPanel gplPanel
private JPanel apachePanel
private JLabel batikLabel
private JPanel buttonPanel
private JButton closeButton
private JEditorPane apacheTextArea
private JScrollPane apacheScrollPane
private JScrollPane gplScrollPane
private JEditorPane gplEditorPane
private JScrollPane generalScrollPane
private JEditorPane generalEditorPane
Constructor Detail |
---|
public AboutDialog(Frame owner)
owner
- Method Detail |
---|
private void initialize()
private JPanel getJContentPane()
private JTabbedPane getContentsTabbedPane()
private JPanel getGeneralPanel()
private JPanel getGPLPanel()
private JPanel getApachePanel()
private JPanel getButtonPanel()
private JButton getCloseButton()
private JEditorPane getApacheTextArea()
private JScrollPane getApacheScrollPane()
private JScrollPane getGplScrollPane()
private JEditorPane getGplEditorPane()
private JScrollPane getGeneralScrollPane()
private static String getResourcePath(String file)
private JEditorPane getGeneralEditorPane()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |