Handling *big* tables nicely

Well, I got it to work and it sure works fast!

I have Momentary buttons that move tags (rows) between these tables. I want the tables to refresh whenever these Momentary buttons are pressed.

It works fine when I put the script from the refresh button into both the “actionPerformed” and the “propertyChange” properties. But, when I close the window an error props up saying propertyChange script couldn’t load because the window is closed.

I tried to change the propertyChange code to act whenever the controlValue changes to 1 and although the error message doesn’t come up, it hampers the functionality.

Is there a better way for it to refresh data?