Topic: 使用JTable碰到的问题 |
Print this page |
1.使用JTable碰到的问题 | Copy to clipboard |
Posted by: wordby Posted on: 2004-05-21 14:26 看以下代码 String[] columnNames={"价值","序号"}; String[][] dataTable={{"20","0"}}; DefaultTableModel tm=new DefaultTableModel(dataTable,columnNames); DefaultListSelectionModel sm=new DefaultListSelectionModel(); JTable jTable1 = new JTable(tm); jTable1.setSelectionModel(sm); 这一行编译器说sm identifier expected,但sm 在上面已经定义,不知是怎么回事。 |
2.Re:使用JTable碰到的问题 [Re: wordby] | Copy to clipboard |
Posted by: sevenFive Posted on: 2004-05-21 17:42 |
3.Re:使用JTable碰到的问题 [Re: wordby] | Copy to clipboard |
Posted by: tangming Posted on: 2004-05-21 17:50 我这里运行没有任何问题。 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |