scratch.scott
Class OpenFileHandler

java.lang.Object
  extended by scratch.scott.OpenFileHandler
All Implemented Interfaces:
ActionListener, EventListener

public class OpenFileHandler
extends Object
implements ActionListener

Author:
Scott White

Method Summary
 void actionPerformed(ActionEvent ae)
           
static String getExtension(File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent ae)
Specified by:
actionPerformed in interface ActionListener

getExtension

public static String getExtension(File f)