| javax.swing.JDialog org.acm.seguin.tools.stub.StubPrompter
StubPrompter | public class StubPrompter extends JDialog implements ActionListener(Code) | | Asks the user where to start loading the JDK source code files
author: Chris Seguin author: mike Atkinson |
StubPrompter | public StubPrompter(JFrame frame, File output, boolean findJDK)(Code) | | Constructor for the StubPrompter object
Parameters: frame - Description of Parameter Parameters: output - Description of Parameter Parameters: findJDK - get the stubs for the JDK |
actionPerformed | public void actionPerformed(ActionEvent evt)(Code) | | The user has pressed a button. Handle the action appropriately.
Parameters: evt - A description of the action |
main | public static void main(String[] args)(Code) | | The main program for the StubPrompter class
Parameters: args - The command line arguments |
|
|