Search found 13 matches
- 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...
- Tue Jul 24, 2007 1:18 pm
- Forum: JFreeChart
- Topic: DynamicDataDemo 3 in Developer's Guide
- Replies: 8
- Views: 10244
- Tue Jul 24, 2007 5:48 am
- Forum: JFreeChart
- Topic: DynamicDataDemo 3 in Developer's Guide
- Replies: 8
- Views: 10244
- 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....
- Mon Jul 23, 2007 11:15 am
- Forum: JFreeChart
- Topic: DynamicDataDemo 3 in Developer's Guide
- Replies: 8
- Views: 10244
- 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.
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.
- Wed Jul 18, 2007 4:46 pm
- Forum: JFreeChart
- Topic: Just purchased developer guide and got error in netbeans
- Replies: 3
- Views: 4157
- Tue Jul 17, 2007 2:27 pm
- Forum: JFreeChart
- Topic: Just purchased developer guide and got error in netbeans
- Replies: 3
- Views: 4157
- 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...
- Sat Jul 14, 2007 8:47 am
- Forum: JFreeChart
- Topic: Can jFreeChart help me?
- Replies: 7
- Views: 9840
- Fri Jul 13, 2007 8:06 am
- Forum: JFreeChart
- Topic: Can jFreeChart help me?
- Replies: 7
- Views: 9840
- Fri Jul 13, 2007 2:04 am
- Forum: JFreeChart
- Topic: Can jFreeChart help me?
- Replies: 7
- Views: 9840
- 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...