i want to creat a table which is able to insert data ? how? and why?
help me please thanks :)
Printable View
i want to creat a table which is able to insert data ? how? and why?
help me please thanks :)
Read the the JTable API and follow the link to the Swing tutorial on "How to Use Tables", for information and examples.
You will want to use the DefaultTableModel since it supports addRow(...) methods already.