|
JTable problem
Hi there,
In my program I use a JTable thats in a Jpanel to list all my users on it.
There is also a posibility to delete one of those users.
But then the problem starts the JTable stays like it is and I want to refresh it. I know there is a JLissener or something but I dont know how that works.
Is there also another posibility to refresh the panel or Jtable to update my data for the Jtable.
also the option revalidate with a panel seems to doesnt work :s
Can someone please help me
|