carproject
Class newPartFrame

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

public class newPartFrame
extends java.lang.Object
implements java.awt.event.ActionListener, java.io.Serializable

Title: newPartFrame.java

Description: newPartFrame is a frame; which will pop up only when trying to add a new part.

Copyright: Copyright (c) 2003

Class: cs 440

Authur: Group 8

See Also:
Serialized Form

Field Summary
protected  ProjectManager mainFrame
           
protected  Parts thePart
           
protected  Project theProject
           
 
Constructor Summary
newPartFrame()
           
 
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

thePart

protected Parts thePart

theProject

protected Project theProject
Constructor Detail

newPartFrame

public newPartFrame()
Method Detail

createPopupFrame

public void createPopupFrame()

actionPerformed

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