public class IOUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log |
Constructor and Description |
---|
IOUtil() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
getOutputFile(javax.swing.filechooser.FileFilter filter)
Prompt the user for an output filename.
|
static java.io.File |
getOutputFolder(java.awt.Component frame)
Prompt the user for an output folder.
|
public static java.io.File getOutputFolder(java.awt.Component frame)
public static java.io.File getOutputFile(javax.swing.filechooser.FileFilter filter)
filter
-