org.springframework.richclient.filechooser
Class FileChooserUtils
java.lang.Object
org.springframework.richclient.filechooser.FileChooserUtils
public class FileChooserUtils
- extends Object
Utility functions for file choosers. Designed to be used by a single event
dispatching thread.
- Author:
- Keith Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
showFileChooser
public static File showFileChooser(Component parent,
String defaultExtension,
String approveButtonName,
String fileTypeDescription)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.