Results 1 to 5 of 5
Thread: Java progress monitor
- 11-01-2010, 04:49 AM #1
Member
- Join Date
- Nov 2010
- Posts
- 20
- Rep Power
- 0
Java progress monitor
Hi,
I am developing an GUI for backup, for which i need to show log of files, i am reading files names from a log file, and i need to display it in a frame, i am adding it as a label in panel, but the panel not getting refresh. means the files list gets added only once and not updating, can somebody help?? can we display files names in progress monitor??
-
Are you doing this process in a background thread such as a SwingWorker, or is it being done on the main Swing thread, the EDT?
- 11-01-2010, 07:45 AM #3
Member
- Join Date
- Nov 2010
- Posts
- 20
- Rep Power
- 0
Hi, I have created a thread, in which using timer, in run method i am checking the file in evry 2 seconds..
- 11-01-2010, 12:58 PM #4
Senior Member
- Join Date
- May 2010
- Posts
- 436
- Rep Power
- 4
- 11-02-2010, 04:28 AM #5
Member
- Join Date
- Nov 2010
- Posts
- 20
- Rep Power
- 0
Similar Threads
-
monitor the progress of sending a file to client
By adumi in forum Advanced JavaReplies: 9Last Post: 04-23-2010, 09:55 PM -
How to use timer to monitor lengthy loop progress
By JotaPe in forum New To JavaReplies: 7Last Post: 06-26-2009, 06:14 AM -
printer monitor in java
By sundarjothi in forum Advanced JavaReplies: 1Last Post: 06-14-2008, 02:52 AM -
Java Application Monitor API 2.6
By levent in forum Java SoftwareReplies: 0Last Post: 06-04-2007, 08:08 AM -
Java Application Monitor API 2.5
By levent in forum Java SoftwareReplies: 0Last Post: 05-21-2007, 10:03 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks