Hi dears!
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(when I create my
JTable)?
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.ParseIn t(str))
it compile successfully but nothing appear! (I get the str from
servlet that is one number In string format)
can anybody help me!
Thanks very much!
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(when I create my
JTable)?
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.ParseIn t(str))
it compile successfully but nothing appear! (I get the str from
servlet that is one number In string format)
can anybody help me!
Thanks very much!
Comment