Search found 7 matches

by bensond
Thu Apr 16, 2009 9:31 pm
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

Re: Dragging mouse is extremely slow

The latest JDK beta has the XOR painting bug fixed also, fyi.
by bensond
Fri Jan 09, 2009 5:53 pm
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

But that doesn't help a library, does it...
by bensond
Wed Jan 07, 2009 4:45 pm
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

But this is not a runtime JVM setting, you can't make that call after the application has started.

David
by bensond
Mon Dec 22, 2008 6:11 pm
Forum: JFreeChart
Topic: Dragging mouse is extremely slow
Replies: 29
Views: 52807

We have the same problem in JGraph. Sun have broken XOR drawing in Windows, in short. See http://www.jgraph.com/forum/viewtopic.php?t=4066 for more information. In a library there little that can be done apart from vote for the bug in your droves...

David
by bensond
Thu Apr 07, 2005 9:39 pm
Forum: JFreeChart
Topic: Treeview
Replies: 2
Views: 2521

How amusing.
by bensond
Sat Jan 22, 2005 10:24 am
Forum: JFreeChart
Topic: Plotting relationships ala Visio?
Replies: 7
Views: 5841

Hi,

Why would the models of the two packages need to communicate? They hold fundamentally difference information, one package would require changes to make sense of it. I'm still not sure what application would need this, would be very interested in hearing ideas.

Kind Regards,

David
by bensond
Wed Jan 19, 2005 5:24 pm
Forum: JFreeChart
Topic: Plotting relationships ala Visio?
Replies: 7
Views: 5841

Hi, Interesting idea. I've played with JGraph and JFreechart in a product, including making charts nodes on a JGraph. I'm not so sure about having the two components at the same logically level in an app, the two products would be very hard to bring together graphically, the underlying models are fu...