Search found 13 matches

by android21
Thu Sep 13, 2007 3:12 pm
Forum: JFreeChart
Topic: Errors in Repainting
Replies: 0
Views: 2235

Errors in Repainting

Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException: Index: 266, Size: 266 at java.util.ArrayList.RangeCheck(ArrayList.java:547) at java.util.ArrayList.get(ArrayList.java:322) at org.jfree.data.time.TimeSeries.getDataItem(TimeSeries.java:336) at org.jfree.data.time.TimeSeries...
by android21
Tue Jul 24, 2007 1:18 pm
Forum: JFreeChart
Topic: DynamicDataDemo 3 in Developer's Guide
Replies: 8
Views: 10244

I still can't figure out how to save the memory... can anyone help pls...
by android21
Tue Jul 24, 2007 5:48 am
Forum: JFreeChart
Topic: DynamicDataDemo 3 in Developer's Guide
Replies: 8
Views: 10244

anyone else might help please? Thanks in advance.
by android21
Mon Jul 23, 2007 6:10 pm
Forum: JFreeChart
Topic: DynamicDataDemo 3 in Developer's Guide
Replies: 8
Views: 10244

Dear David, I just upgraded a little bit with DynamicDataDemo3.java, here is my code /* --------------------- * DynamicDataDemo3.java * --------------------- * (C) Copyright 2004, 2005, by Object Refinery Limited. * */ //package demo; import java.awt.BorderLayout; import java.awt.Color; import java....
by android21
Mon Jul 23, 2007 11:15 am
Forum: JFreeChart
Topic: DynamicDataDemo 3 in Developer's Guide
Replies: 8
Views: 10244

Thanks, I just did it :)
by android21
Mon Jul 23, 2007 9:19 am
Forum: JFreeChart
Topic: DynamicDataDemo 3 in Developer's Guide
Replies: 8
Views: 10244

DynamicDataDemo 3 in Developer's Guide

Dear David,
How do i upgrade this code, so that i don't need to press the button and the random data will just be plotted every 1 second automatically?

Thanks in advance.
by android21
Wed Jul 18, 2007 4:46 pm
Forum: JFreeChart
Topic: Just purchased developer guide and got error in netbeans
Replies: 3
Views: 4157

yeah ><", didn't realize that newbie mistake.... Anyway thanks for the quick reply, this guide is really useful :D
by android21
Tue Jul 17, 2007 2:27 pm
Forum: JFreeChart
Topic: Just purchased developer guide and got error in netbeans
Replies: 3
Views: 4157

nvm me, just figured it out ><.
by android21
Tue Jul 17, 2007 2:20 pm
Forum: JFreeChart
Topic: Just purchased developer guide and got error in netbeans
Replies: 3
Views: 4157

Just purchased developer guide and got error in netbeans

I just tried to copy and paste DynamicDataDemo1.java, i created an empty java file in the source packages, able to compile it however when i tried to run it i got this error: init: deps-jar: Compiling 1 source file to C:\Program Files\Java\testnetbean\JfreeChart\build\classes compile-single: run-sin...
by android21
Sat Jul 14, 2007 8:47 am
Forum: JFreeChart
Topic: Can jFreeChart help me?
Replies: 7
Views: 9840

oh Thanks for the reply, but iam really new to his jFreeChart, not even sure how i am going to connect to JDBC to get the data yet. So if the data comes in every microsecond, jFreeChart can't really help me?

Thank you
by android21
Fri Jul 13, 2007 8:06 am
Forum: JFreeChart
Topic: Can jFreeChart help me?
Replies: 7
Views: 9840

Hmm anyone would like to help?
by android21
Fri Jul 13, 2007 2:04 am
Forum: JFreeChart
Topic: Can jFreeChart help me?
Replies: 7
Views: 9840

Thank you lukkumar. But i need to know if jFreeChart can generate a trend chart with that SQL Loader, is jFreeChart can generate a real-time flowing chart?

Many Thanks. :D
by android21
Thu Jul 12, 2007 7:02 pm
Forum: JFreeChart
Topic: Can jFreeChart help me?
Replies: 7
Views: 9840

Can jFreeChart help me?

Dear all, I am new to this jFreeChart and would like to ask for advice. Iam trying to develop a software that is able to read data from an input (for example data flowing in real time) and plot a real time line chart. The data was recorded in excel but not real time, this time i want to plot the dat...