Search:

Type: Posts; User: Nesh108

Search: Search took 0.12 seconds.

  1. Re: Table with CustomModel when clicked shows old entry

    Thanks!!!!
    Oh finally!!!

    here how I fixed the problem:




    //Update
    public void updateResult(){
  2. Re: Table with CustomModel when clicked shows old entry

    I have googled for a while and tried some ways to override the setValueAt method, I tried with:



    public void setValueAt(Object value, int row, int col) {

    rows[row][col] =...
  3. Re: Table with CustomModel when clicked shows old entry

    Tried, but same problem:




    public void setValueAt(int row, int col)
    {

    super.setValueAt(Table, row, col);
    }
  4. Table with CustomModel when clicked shows old entry

    Hi,

    I have a problem with a Table using a CustomModel I have created.
    The first time everything works fine, but whenever I re-create the Table and the user clicks on it, the content of the table...
Results 1 to 4 of 4