carproject
Class newASFrame
java.lang.Object
|
+--carproject.newASFrame
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable
- public class newASFrame
- extends java.lang.Object
- implements java.awt.event.ActionListener, java.io.Serializable
Title: newASFrame.java
Description: newProjectFrame is a frame; which will pop up only when
trying to add a new project.
Copyright: Copyright (c) 2003
Class: cs 440
Authur: Group 8
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mainFrame
protected ProjectManager mainFrame
asName
protected javax.swing.JTextField asName
dialogLocation
protected javax.swing.JTextField dialogLocation
dialogAsCost
protected javax.swing.JTextField dialogAsCost
AS
protected AutoShow AS
dialogAS
protected javax.swing.JFrame dialogAS
newASFrame
public newASFrame()
createPopupFrame
public void createPopupFrame()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener