Class About
About
- class About
This type was created in VisualAge.
-
ivjJFrameContentPane
-
-
ivjJLabel1
-
-
ivjJLabel2
-
-
ivjJLabel3
-
-
About()
- Constructor
-
About(String)
- About constructor comment.
-
getJFrameContentPane()
- Return the JFrameContentPane property value.
-
getJLabel1()
- Return the JLabel1 property value.
-
getJLabel2()
- Return the JLabel2 property value.
-
getJLabel3()
- Return the JLabel3 property value.
-
handleException(Throwable)
- Called whenever the part throws an exception.
-
initialize()
- Initialize the class.
-
main(String[])
- main entrypoint - starts the part when it is run as an application
ivjJFrameContentPane
private JPanel ivjJFrameContentPane
ivjJLabel1
private JLabel ivjJLabel1
ivjJLabel2
private JLabel ivjJLabel2
ivjJLabel3
private JLabel ivjJLabel3
About
public About()
- Constructor
About
public About(String title)
- About constructor comment.
- Parameters:
- title - java.lang.String
getJFrameContentPane
private JPanel getJFrameContentPane()
- Return the JFrameContentPane property value.
- Returns:
- com.sun.java.swing.JPanel
getJLabel1
private JLabel getJLabel1()
- Return the JLabel1 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel2
private JLabel getJLabel2()
- Return the JLabel2 property value.
- Returns:
- com.sun.java.swing.JLabel
getJLabel3
private JLabel getJLabel3()
- Return the JLabel3 property value.
- Returns:
- com.sun.java.swing.JLabel
handleException
private void handleException(Throwable exception)
- Called whenever the part throws an exception.
- Parameters:
- exception - java.lang.Throwable
initialize
private void initialize()
- Initialize the class.
main
public static void main(String args[])
- main entrypoint - starts the part when it is run as an application
- Parameters:
- args - java.lang.String[]