java怎么把jtable中的值全部取出
1个回答
展开全部
//得到选中的行
int
row
=
table.getselectedrow();
//得到table中有几列
int
cell
=
table.getmodel().getcolumncount();
//根据你想要的行和列去取值。方法如下:
//获取自己想要的列,这里我默认写0列注意填写的值不能大于cell
int
column
=
0;
object
selectedvalue
=
table.getmodel().getvalueat(row,column);
//selectedvalue就是你想要的值
int
row
=
table.getselectedrow();
//得到table中有几列
int
cell
=
table.getmodel().getcolumncount();
//根据你想要的行和列去取值。方法如下:
//获取自己想要的列,这里我默认写0列注意填写的值不能大于cell
int
column
=
0;
object
selectedvalue
=
table.getmodel().getvalueat(row,column);
//selectedvalue就是你想要的值
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询