public class FileOpenSaveDialog extends Object
Constructor and Description |
---|
FileOpenSaveDialog(Component parentUI,
FileFilter fileFilter)
Constructor.
|
public FileOpenSaveDialog(Component parentUI, FileFilter fileFilter)
parentUI
- the main UI (JFrame) on top of which File open/save dialog should open.fileFilter
- file Filter, null is allowed when no filter is applicable.public boolean saveFile(byte[] bytes) throws IOException
bytes
- byte array to be saved in a file.IOException
- if there is an error in creation of the file.public File openFile() throws IOException
IOException
- if there is error in opening the file.Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.