Search:

Type: Posts; User: seemarani

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    6,684

    Re: print a form in java netbeans

    This is the code
    package demopac;

    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.Statement;
    import javax.swing.table.DefaultTableModel;...
  2. Replies
    5
    Views
    6,684

    Re: print a form in java netbeans

    when I type implements Printable it shows errors and form is not run , is there some other way to print form
  3. Replies
    5
    Views
    6,684

    print a form in java netbeans

    i designed a jframe form in java netbeans ,
    now i want to print that form ,
    how can i
    please help me !
Results 1 to 3 of 3