|
|||||||||
| Home >> All >> org >> jabbee >> ui >> [ dialogs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jabbee.ui.dialogs
Class AboutWindow

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.jabbee.ui.dialogs.AboutWindow
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.util.EventListener, java.awt.image.ImageObserver, java.awt.event.KeyListener, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public final class AboutWindow
- extends javax.swing.JDialog
- implements java.awt.event.KeyListener
- extends javax.swing.JDialog
The About Jabbee window
- Version:
- 0.02
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
private javax.swing.JPanel |
actionPanel
|
private javax.swing.JLabel |
authorLabel
|
private javax.swing.JButton |
closeButton
|
private javax.swing.JLabel |
descLabel
|
private javax.swing.JLabel |
emailLabel
|
private javax.swing.JLabel |
gnuLabel
|
private javax.swing.JLabel |
imageLabel
|
private javax.swing.JPanel |
infoPanel
|
private javax.swing.JLabel |
titleLabel
|
private javax.swing.JLabel |
websiteLabel
|
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| 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 | |
AboutWindow(java.awt.Frame parent,
boolean modal)
Creates new form AboutWindow |
|
| Method Summary | |
private void |
closeButtonActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
closeDialog(java.awt.event.WindowEvent evt)
Closes the dialog |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
void |
keyPressed(java.awt.event.KeyEvent keyEvent)
This method is called when a key is pressed. |
void |
keyReleased(java.awt.event.KeyEvent keyEvent)
This method is called when a key is released. |
void |
keyTyped(java.awt.event.KeyEvent keyEvent)
This method is called when a key is typed. |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
titleLabel
private javax.swing.JLabel titleLabel
emailLabel
private javax.swing.JLabel emailLabel
infoPanel
private javax.swing.JPanel infoPanel
actionPanel
private javax.swing.JPanel actionPanel
authorLabel
private javax.swing.JLabel authorLabel
gnuLabel
private javax.swing.JLabel gnuLabel
descLabel
private javax.swing.JLabel descLabel
websiteLabel
private javax.swing.JLabel websiteLabel
imageLabel
private javax.swing.JLabel imageLabel
closeButton
private javax.swing.JButton closeButton
| Constructor Detail |
AboutWindow
public AboutWindow(java.awt.Frame parent, boolean modal)
- Creates new form AboutWindow
| Method Detail |
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the Form Editor.
closeButtonActionPerformed
private void closeButtonActionPerformed(java.awt.event.ActionEvent evt)
closeDialog
private void closeDialog(java.awt.event.WindowEvent evt)
- Closes the dialog
keyPressed
public void keyPressed(java.awt.event.KeyEvent keyEvent)
- Description copied from interface:
java.awt.event.KeyListener - This method is called when a key is pressed.
- Specified by:
keyPressedin interfacejava.awt.event.KeyListener
keyReleased
public void keyReleased(java.awt.event.KeyEvent keyEvent)
- Description copied from interface:
java.awt.event.KeyListener - This method is called when a key is released.
- Specified by:
keyReleasedin interfacejava.awt.event.KeyListener
keyTyped
public void keyTyped(java.awt.event.KeyEvent keyEvent)
- Description copied from interface:
java.awt.event.KeyListener - This method is called when a key is typed. A key is considered typed
when it and all modifiers have been pressed and released, mapping to
a single virtual key.
- Specified by:
keyTypedin interfacejava.awt.event.KeyListener
|
|||||||||
| Home >> All >> org >> jabbee >> ui >> [ dialogs overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC