Search found 2 matches

by Jerry
Sat May 27, 2006 1:36 pm
Forum: JFreeChart - Stockmarket
Topic: timeline
Replies: 2
Views: 10092

To exclude time segments use object of SegmentedTimeline class for your DateAxis object.
by Jerry
Fri Apr 21, 2006 11:34 am
Forum: JFreeChart
Topic: Exiting jfreechart follows exiting application
Replies: 1
Views: 1767

Exiting jfreechart follows exiting application

I'm creating jfreechart object and on WindowEvent.WINDOW_CLOSING (when I'm closing this Chart form) or smthn it closes not only chart form, but whole application. Problems might be in parent class ApplicationFrame. But I'm not sure and haven't solved this problem yet.

Help, please.