Synchronization problems

1.I'm able to scroll very well in my frame .. But it tooooooo fast that before i could read the lines it is gone.. I have to time them, how?

2. Also, the scrolling stops once the main exceution completes. I mean, the panel scrolling is not running synchronously with the main program execution. What should I do?

[326 byte] By [cratnama] at [2007-11-27 10:59:52]
# 1

The information you provided is incomplete.

SSCCE:

http://mindprod.com/jgloss/sscce.html

Yannixa at 2007-7-29 12:26:01 > top of Java-index,Desktop,Core GUI APIs...
# 2

In my application, I keep adding text to the frame in the form of labels until my input gets exhausted.

But when the visible part pf the frame is full, it doesn't scroll.

But through some means, I am able to scroll. But this scroll is just re-positing the thumb of the scroll bar to new incrementing positions . BUt the fact is the labels are getting added faster than my scroll moves. So at the end , when all labels are added, the thumb still remains somewhere in the middle of the frame .

I want to synchronise the scroll with the addition of labels to the panel.

I hope my question is clear now?

cratnama at 2007-7-29 12:26:01 > top of Java-index,Desktop,Core GUI APIs...