Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    7,642

    Re: JTable Updating String Values from User Input

    The parameters for the setValueAt function include the row, column and an Object. In most cases where the table displays string, this object is simply a String value. In more complex cases you need...
  2. Replies
    5
    Views
    7,642

    Re: JTable Updating String Values from User Input

    My guess is that you aren't actually saving the data (using the TableModel's function setValueAt()), but without a short example that demos the problem its just a guess.
Results 1 to 2 of 2