Guys:
I have a scroll list that I need to animate with new text. The new text arrives from a seperate thread about every 5 seconds. My problem is the the JList is but one part (i.e., JPanel) of my overall JPanel containing several other panels. However, whe I refresh the JList, my entire Window refreshes or appears to. The result is with each update, my entire display flashes. This is very annoyng. Can anything be doe to restrict the update to the one JPanel? By the way, this code is running on a Linux box.
