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.
Exiting jfreechart follows exiting application
Exiting jfreechart follows exiting application
In the begining God created the heaven and the earth
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
ApplicationFrame does exit the JVM on exit, as intended. If you don't want that behaviour, use the ChartPanel class to add charts to your own JFrame instances.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

