Searched refs:jfc (Results 1 – 1 of 1) sorted by relevance
50 private JFileChooser jfc; field in SwingUI236 if (jfc == null) { in showSaveDialog()237 jfc = new JFileChooser(); in showSaveDialog()240 int ret = jfc.showSaveDialog(this); in showSaveDialog()242 return jfc.getSelectedFile(); in showSaveDialog()262 if (jfc == null) { in showOpenDialog()263 jfc = new JFileChooser(); in showOpenDialog()266 jfc.setMultiSelectionEnabled(multi); in showOpenDialog()267 int ret = jfc.showOpenDialog(this); in showOpenDialog()269 return jfc.getSelectedFiles(); in showOpenDialog()