Class Paint.opener

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

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

this class allows a picture file to be opened in Paint

Author:
ian Created Apr 14, 2008.

Field Summary
(package private)  Paint a
          the object that is being oepened
 
Constructor Summary
Paint.opener(Paint a)
          The constructor for opener
 
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 that is being oepened

Constructor Detail

Paint.opener

public Paint.opener(Paint a)
The constructor for opener

Parameters:
a -
Method Detail

actionPerformed

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