my question is im getting d jtable but i want to display the data from the database into the the jtable. if i pass data directly its being displayed in the jtable but i wont data from the database.. please help the problem is in this line:
private String[][] row1=new String[][]{jono,jdate,prname};
jono,jdate and prname are the variables that contain the data from database. i need to display it in jtable.