com.neatech.climbplan.userinterface.common
Class FileDialog

java.lang.Object
  extended by com.neatech.climbplan.userinterface.common.FileDialog

public class FileDialog
extends Object


Constructor Summary
FileDialog()
           
 
Method Summary
static File openFileDialog(Component com, String[] extensions, String desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDialog

public FileDialog()
Method Detail

openFileDialog

public static File openFileDialog(Component com,
                                  String[] extensions,
                                  String desc)