A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
uvoigt
- Posts: 168
- Joined: Mon Aug 23, 2004 10:50 am
- Location: Germany
Post
by uvoigt » Tue May 24, 2005 10:14 am
Hi,
I have discovered the following problem:
Starting the JFreechart demo (I used 1.0.0-pre2) with Java 1.5 (I used 1.5.0_03) the mouse sometimes hangs or judders (don't know if this is the right word

) when moving around.
I don't discover this when using Java 1.4 or when starting the JDK Swing Demo with 1.5. I have the same problem with my own JFreeChart programs. So it must be directly related to JFreeChart.
Does anyone else have the same problems?
Ulrich
-
uvoigt
- Posts: 168
- Joined: Mon Aug 23, 2004 10:50 am
- Location: Germany
Post
by uvoigt » Mon Aug 01, 2005 2:33 pm
Hi,
I wanted to set a reminder. Does anyone have the same problems?
What are your experiences with Java 1.5 and JFreeChart?
Ulrich
-
david.gilbert
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
-
Contact:
Post
by david.gilbert » Mon Aug 01, 2005 4:38 pm
I haven't seen this problem, but I only use 1.5 occasionally. Anyone else?
-
Chrys
Post
by Chrys » Thu Aug 18, 2005 1:53 pm
We've been using JDK 1.5 with JFreechart and didn't face any problems so far.
Are there any known issues?
-
Alfred63
- Posts: 22
- Joined: Mon Jun 21, 2004 9:38 pm
Post
by Alfred63 » Thu Aug 18, 2005 2:45 pm
We are using 1.5 with 0.9.20 and so far we have not noticed any 'juddering'.
Just a couple of quick concerns:
What platform are you using that has the problem?
Are you running into the problem on multiple platforms?
-
uvoigt
- Posts: 168
- Joined: Mon Aug 23, 2004 10:50 am
- Location: Germany
Post
by uvoigt » Fri Aug 19, 2005 9:09 am
Hi,
I am using JFreeChart 1.0.0-rc1 with java-version
java version "1.5.0_03"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode, sharing)
on Windows XP SP2.
Using java JRE1.4.2_06 or the new mustang test build (java 1.6.0-ea-b45) everything works fine.
Ulrich