Class About

About

class About
This type was created in VisualAge.


Variable Index

 o ivjJFrameContentPane
 o ivjJLabel1
 o ivjJLabel2
 o ivjJLabel3

Constructor Index

 o About()
Constructor
 o About(String)
About constructor comment.

Method Index

 o getJFrameContentPane()
Return the JFrameContentPane property value.
 o getJLabel1()
Return the JLabel1 property value.
 o getJLabel2()
Return the JLabel2 property value.
 o getJLabel3()
Return the JLabel3 property value.
 o handleException(Throwable)
Called whenever the part throws an exception.
 o initialize()
Initialize the class.
 o main(String[])
main entrypoint - starts the part when it is run as an application

Variables

 o ivjJFrameContentPane
 private JPanel ivjJFrameContentPane
 o ivjJLabel1
 private JLabel ivjJLabel1
 o ivjJLabel2
 private JLabel ivjJLabel2
 o ivjJLabel3
 private JLabel ivjJLabel3

Constructors

 o About
 public About()
Constructor

 o About
 public About(String title)
About constructor comment.

Parameters:
title - java.lang.String

Methods

 o getJFrameContentPane
 private JPanel getJFrameContentPane()
Return the JFrameContentPane property value.

Returns:
com.sun.java.swing.JPanel
 o getJLabel1
 private JLabel getJLabel1()
Return the JLabel1 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel2
 private JLabel getJLabel2()
Return the JLabel2 property value.

Returns:
com.sun.java.swing.JLabel
 o getJLabel3
 private JLabel getJLabel3()
Return the JLabel3 property value.

Returns:
com.sun.java.swing.JLabel
 o handleException
 private void handleException(Throwable exception)
Called whenever the part throws an exception.

Parameters:
exception - java.lang.Throwable
 o initialize
 private void initialize()
Initialize the class.

 o main
 public static void main(String args[])
main entrypoint - starts the part when it is run as an application

Parameters:
args - java.lang.String[]