Guest User

Untitled

a guest
Feb 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. import javax.swing.table.DefaultTableModel;
  2.  
  3. private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
  4.  
  5. llamaalpdf pdf=new llamaalpdf();
  6.  
  7. pdf.crear_PDF(TITULO.getText(), AUTOR.getText(), ASUNTO.getText(), CLAVE.getText(), TEXTO.getText(),jTable1.getModel());
  8. }
  9.  
  10. public void crear_PDF(String t, String a, String s, String k, String c,/*aca deberia tomar la tabla*/){
  11. }
Add Comment
Please, Sign In to add comment