okay, so i have a GUI made using swing, and ever 5 seconds or so, i need to update part of the gui from a url. (output.setPage(url))
so i have this running in a timer, the problem is, every time it goes to update, it makes my GUI hang. is there another way to do this that wont make it hang?

