Search:

Type: Posts; User: Psyclone625

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,584

    Re: Problems updating an AbstractTableModel

    You were correct, I didn't need the model.fireTableDataChanged() method which I realized as soon as you said it, it was just old code from my attempt to change the data in the model. Also, my code...
  2. Replies
    8
    Views
    1,584

    Re: Problems updating an AbstractTableModel

    Thanks for all your help guys. It seems to be working correctly finally. It took me a couple days of headaches and a lot of reading and debugging, but I finally got it working.

    I'm not sure if...
  3. Replies
    8
    Views
    1,584

    Re: Problems updating an AbstractTableModel

    Thanks andbin. I'm about to go to bed right now, but I'll try that tomorrow.

    This is just about the end of my project. Once I get the table working, I'm going to add in a render of the row...
  4. Replies
    8
    Views
    1,584

    Re: Problems updating an AbstractTableModel

    First of all, thank you for trying to help me and I apologize for not fully understanding everything. I think I understand what you're saying, but I am trying to track down where I am going wrong.
    ...
  5. Replies
    8
    Views
    1,584

    Problems updating an AbstractTableModel

    I'm building a database search for a CCG. I have the GUI built with ComboBoxes, TextFields and Buttons that queries a MySQL database when the user presses the search button. All of that is working...
Results 1 to 5 of 5