For example, in 1 row, 2 column - the text "hhhh".

    1 answer 1

    javax.swing.table.TableModel.getValueAt(int rowIndex, int columnIndex) 
    • @jMind, I need to add text, not get it - roman_ya111
    • well then TableModel.setValueAt ("hhhh", rowIndex, columnIndex) :) - jMind