The moose likes Swing / AWT / SWT / JFace and the fly likes A graph application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply locked New topic
Author

A graph application

Shikha Upadhyaya
Ranch Hand

Joined: Aug 17, 2011
Posts: 70

I am developing an application which has to dynamically plot a graph by reading the values in a log file which is refreshed every hour and which resides in a remote machine. I am using JChart2D library for the same. I am unable to find how to start off.

As of now, I am reading all the log files and storing it in the local system. But that would not serve the purpose as the values keep changing every hour. Kindly guide.
Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 990

How about doing the read process in a timer/timertask.


Swastik
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 3221

Shikha, please Use One Thread Per Question.

I'm locking this thread. You may continue the discussion in your earlier thread.
http://www.coderanch.com/t/564664/open-source/Creation-dynamic-charts-JChart


luck, db
There are no new questions, but there may be new answers.
 
IntelliJ Java IDE
 
subject: A graph application
 
Threads others viewed
help regarding pie graph
Make Line Graph scrollable in a JScrollPane?
Need a variable that increments by 5 every 5th second and retain the value for the whole of it
j2me: Unable to import java.math.*;
Monitoring log file per hour basic
developer file tools