Search found 2 matches

by cgmollo
Thu Nov 17, 2016 3:41 pm
Forum: JFreeChart
Topic: Problem serializing chart - solved!
Replies: 0
Views: 4072

Problem serializing chart - solved!

I was getting a serialization exception when I tried to serialize a JFreeChart chart to a file. I eventually figured out the problem, so I am posting the solution here so that maybe this post will help someone else someday. :) The error message (NotSerializableException) and corresponding stack trac...
by cgmollo
Tue Sep 22, 2015 3:06 pm
Forum: JFreeChart
Topic: JFreeChart in MacOS in a swing node - overcoming a hang
Replies: 4
Views: 7997

Re: JFreeChart in MacOS in a swing node - overcoming a hang

I have been experimenting with using the JavaFX SwingNode to display a JFreeChart chart in a JavaFX app. As far as I could find, there is not much discussion on this topic on the Web. This thread was one of the best I found. Anyhow, I thought I would add to the discussion what I have discovered. The...