document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  btDel.setOnAction(new EventHandler<ActionEvent>() {
  2.             @Override
  3.             public void handle(ActionEvent event) {
  4.                 System.out.println("valox"+vllist);
  5.                     strDeletebd="delete from Contatos where nome=\\""+vllist+"\\";";
  6.                     //"+ vllista+"
  7.                     Executebd=strDeletebd;
  8.                      mysqlsddlol();
  9.                       Executebd=strlerbd;
  10.                      mysqlsddlol();
  11.                 }
  12.            
  13.         });
');