this.jTable1.setValueAt(new double(stock[0]),row,colume++);我用JB9开发的 有两个错误:1:'['expected
2: illegal start of expression1在stock[0]这里
2在colume++);我看了一上午,都不知道啥意思?