Class Paint.saver

java.lang.Object
  extended by Paint.saver
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Paint

 class Paint.saver
extends java.lang.Object
implements java.awt.event.ActionListener

the class that allows Paint to save files

Author:
Bryan Warner Created Apr 14, 2008.

Field Summary
(package private)  Paint a
          the object being saved
 
Constructor Summary
Paint.saver(Paint a)
          this constructor lets Paint save files
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

Paint a
the object being saved

Constructor Detail

Paint.saver

public Paint.saver(Paint a)
this constructor lets Paint save files

Parameters:
a -
Method Detail

actionPerformed

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