Examples of adicionaInformacoesDosJogos()


Examples of dao.JogosDao.adicionaInformacoesDosJogos()

            j1.setCidade((jTCidade.getText()));
            j1.setData((jTData.getText()));
            j1.setHora((jTHora.getText()));
            j1.setValor_ingresso(Integer.parseInt(jTIngresso.getText()));
            JogosDao dao = new JogosDao();
            dao.adicionaInformacoesDosJogos(j1);
        } catch (SQLException ex) {
            JOptionPane.showMessageDialog(null, "Problemas no Cadastro do Jogo" + ex);
        }
    }
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.