| javax.swing.JWindow org.acm.seguin.awt.AboutBox
AboutBox | public class AboutBox extends JWindow implements ActionListener(Code) | | About box for the JRefactory software component
author: Chris Seguin |
AboutBox | public AboutBox()(Code) | | Constructor for the AboutBox object
|
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | Description of the Method
Parameters: evt - Description of the Parameter |
main | public static void main(String[] args)(Code) | | The main program for the AboutBox class
Parameters: args - The command line arguments |
run | public static void run()(Code) | | Main processing method for the AboutBox class
|
|
|