Search:

Type: Posts; User: andbin

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,581

    Re: Problems updating an AbstractTableModel

    This is not bad but creates a new table model on every query. I repeat, it's not wrong by itself.


    This is not necessary, it's useless.


    I don't known what it do .... it's yours. But for me...
  2. Replies
    8
    Views
    1,581

    Re: Problems updating an AbstractTableModel

    First, you should not create a new table model instance every time, it would be a waste of time and resources. Just manipulate the datas in your current table model instance.

    And when you say "is...
  3. Replies
    8
    Views
    1,581

    Re: Problems updating an AbstractTableModel

    Your SpiritTableModel seems correct, at first sight. But the problem is that you are updating the original list sqlSearchResultsTable which is not the list contained in the table model.
    The...
Results 1 to 3 of 3