Hi,
I have created my TableModel and want to refresh JTable once I added a new row. What should be added to the listener to \"refresh\" JTable?
publ
For a more general solution you can use the Row Table Model and just implement the getValueAt() and setValueAt() methods.
Here should be some code that will be firing my table after adding new row!
The model is responsible for invoking the proper fireXXX method.