Package Dados

Examples of Dados.Paciente.save()


            novo.setNascimento(new java.sql.Date(formato.parse(jFormattedTextFieldDataNascimento.getText()).getTime()));
        } catch (ParseException ex) {
            Logger.getLogger(Cadastro.class.getName()).log(Level.SEVERE, null, ex);
        }
       
        novo.save();
       
        //Volta para o menu principal
        CardLayout cardLayout = (CardLayout) this.getParent().getLayout();
        cardLayout.show(getParent(),JanelaDaAplicacao.MENUPRINCIPAL);
    }//GEN-LAST:event_jButtonCadastrarActionPerformed
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.