how to bind data to JTable using DefaultTableModel class
833676Apr 12 2011 — edited Apr 12 2011i am developing a java swing based application there i have
JTable i have to populate the JTable with disconnected RowSet Data i am using netbeans 6.9.1 in which all controlls are drag and drop i searched a lot in google but not got much
except to use DefaultTableModel class. but i do not know to can i do this or to write code in which DefaultTableModel class is used to bind data with JTable
my database is oracle
please give some sort of code so that i can understand