Monitoring a progress!!!

Hello to all!! I have a class that generates a report, but it takes some minutes to be generated, so I'd like to synchronize a progress with it, to monitor the progress, but I have no idea how to do it?Does anybody know?How could I do that?
[248 byte] By [MrSmyllea] at [2007-10-2 6:22:19]
# 1
Use http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/ProgressMonitor.html.
beradriana at 2007-7-16 13:24:04 > top of Java-index,Desktop,Core GUI APIs...
# 2
It's not only this!!!I think I have to use other things, like runnable and....
MrSmyllea at 2007-7-16 13:24:04 > top of Java-index,Desktop,Core GUI APIs...
# 3
See the Swing tutorial for an usage example: http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html
beradriana at 2007-7-16 13:24:04 > top of Java-index,Desktop,Core GUI APIs...