driver.ted.utilities
Class T_GetFilename

java.lang.Object
  extended by driver.ted.utilities.T_GetFilename

public class T_GetFilename
extends java.lang.Object

Title: T_GetFilename Description: Provides capability for user to choose a file and return a string pointing to that file Copyright: (c) 2006 Company:

Version:
1.0 Changes: /** Utility to allow the user to select a file and return a string path to the file
Author:
Ted Driver, Ted Driver

Constructor Summary
T_GetFilename()
          Creates a new instance of T_GetFilename
 
Method Summary
 java.lang.String getFilename()
          When called,opens a file selector dialog allowing the user to select a file.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

T_GetFilename

public T_GetFilename()
Creates a new instance of T_GetFilename

Method Detail

getFilename

public java.lang.String getFilename()
When called,opens a file selector dialog allowing the user to select a file.

Returns:
a string with the entire path to the file including the filename

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments