Examples of atualizaInformacoesDosJogosMarcados()


Examples of dao.JogosDao.atualizaInformacoesDosJogosMarcados()

                j1.setTime_visitante(cmbTimeVisitante.getSelectedItem().toString());
                j1.setCidade((jTCidade.getText()));
                j1.setData((jTData.getText()));
                j1.setHora((jTHora.getText()));
                j1.setValor_ingresso(Integer.parseInt(jTIngresso.getText()));
                dao.atualizaInformacoesDosJogosMarcados(j1);
                JOptionPane.showMessageDialog(null, "Jogo Alterado com sucesso!");
            }
        }
    }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.