I have some questions about JTable:
1- how can set some columns of my table in editable mode and som uneditable?
2- how can I create in some columns controls such as JButton or something like link to a file that these address save to my DB?
3- can I determine # of table rows in run time? for example to number of records that I retrieve? When I create my table rows with Math.random() method in run time, my applet works, but when I set this with my number (by Integer.ParseInt(str)) it compile successfully but nothing appear! (I get the str from servlet that is one number In string format)
can anybody help me!