Examples of atualizaInformacoesDosJogos()


Examples of dao.JogosDao.atualizaInformacoesDosJogos()

                j1.setPlacar_visitante(Integer.parseInt(jTPlacarVisitante.getText()));
                j1.setCa_mandante(Integer.parseInt(jTCaMandante.getText()));
                j1.setCa_visitante(Integer.parseInt(jTCaVisitante.getText()));
                j1.setCv_mandante(Integer.parseInt(jTCvMandante.getText()));
                j1.setCv_visitante(Integer.parseInt(jTCvVisitante.getText()));
                dao.atualizaInformacoesDosJogos(j1);
                JOptionPane.showMessageDialog(null, "Jogo Atualizado 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.