bug #6772
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/Integracion/IntegracaoReceitaDespesa/trunk/IntegracaoReceitaDespesa@49446 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2354bd4ad8
commit
1ec0d40d45
|
@ -113,7 +113,7 @@ public class FrmMain extends javax.swing.JFrame implements MenuListener {
|
|||
final JFileChooser fc = new JFileChooser();
|
||||
int returnVal = fc.showOpenDialog(this);
|
||||
|
||||
if (returnVal == JFileChooser.APPROVE_OPTION) {
|
||||
if (returnVal == JFileChooser.SAVE_DIALOG) {
|
||||
File file = fc.getSelectedFile();
|
||||
Arquivo arquivo = new Arquivo();
|
||||
arquivo.GravaArquivo(file.getAbsolutePath(), rows);
|
||||
|
|
Loading…
Reference in New Issue