Results 1 to 1 of 1
- 02-06-2011, 03:17 AM #1
Member
- Join Date
- Feb 2011
- Posts
- 1
- Rep Power
- 0
how to record movement and displaying in chart
In this week I am try using source of jchart2d (JChart2D | Download JChart2D software for free at SourceForge.net) project but stuck and, how to insert real time data to multiple chart ? In my project collecting data from mouse movement like this.
int X, Y;
private void jPanel1MouseMoved(java.awt.event.MouseEvent evt) {
X = evt.getX();
Y = evt.getY();
}
I want using X versus time as a chart, and Y versus time as other
char. So we have 2 dynamics chart displaying the mouse movement real
time.
any idea or sample code ?
Similar Threads
-
Sprite Movement
By Curtiz in forum Java GamingReplies: 1Last Post: 04-26-2010, 01:31 PM -
Displaying (scrolling To) A Specific Record In A Continuous Form
By REVANSIDDHA in forum Advanced JavaReplies: 1Last Post: 04-03-2009, 07:17 AM -
Snake game movement
By BeerMonkey in forum New To JavaReplies: 9Last Post: 11-27-2008, 12:48 PM -
Demo bar chart and pie chart
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 11:22 PM -
Movement of balls
By BlitzA in forum New To JavaReplies: 8Last Post: 01-09-2008, 03:30 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks