Example #1
0
 public void update() throws Exception {
   String cod = txtcod.getText();
   String nome = txtname.getText();
   String tema = verTema(txtarea.getText());
   nucleo.updateSpecific(cod, nome, tema);
 }