carproject
Class newADFrame

java.lang.Object
  |
  +--carproject.newADFrame
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.io.Serializable

public class newADFrame
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

Field Summary
protected  AD ad
           
protected  javax.swing.JTextField adName
           
protected  javax.swing.JFrame dialogAD
           
protected  javax.swing.JTextField dialogAdCost
           
protected  javax.swing.JTextField dialogType
           
protected  ProjectManager mainFrame
           
 
Constructor Summary
newADFrame()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void createPopupFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainFrame

protected ProjectManager mainFrame

adName

protected javax.swing.JTextField adName

dialogType

protected javax.swing.JTextField dialogType

dialogAdCost

protected javax.swing.JTextField dialogAdCost

ad

protected AD ad

dialogAD

protected javax.swing.JFrame dialogAD
Constructor Detail

newADFrame

public newADFrame()
Method Detail

createPopupFrame

public void createPopupFrame()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener