Search:

Type: Posts; User: zhouhang921

Search: Search took 0.08 seconds.

  1. Re: JTable setValueAt function got the whole row in same value

    I have tried your method, but everytime, only the last setValueAt sentence works, and the whole row always turns out the same value.
    I changed the initialization of the Table to: MyTable table = new...
  2. JTable setValueAt function got the whole row in same value

    Hi, people, I used the following code to create my JTable object:


    DefaultTableModel tableModel = new DefaultTableModel();
    String columnNames[] = {"A", "B", "C", "D", "E"};...
Results 1 to 2 of 2