Framework for Generating Graphics for a Desktop System in Java

2

Good afternoon, I'm developing a desktop system in Java and need to provide data visualizations through graphics. I would like to know if anyone knows, has heard or already used any framework for that purpose?

I do not want to generate reports in PDF , I want to dynamically create graphs inside a Frame or Panel based on the data I am reporting.

Obs II: I know that Jasper Studio makes this feature available in your reports by graphics, but does anyone know if it fits the one I want?

Thank you in advance.

    
asked by anonymous 07.06.2015 / 21:53

1 answer

1

A good framework for what you want is:

JOpenChart

link

I recommend this too:

ChartFX for Java Desktop

link

The two provide ways to generate graphs and dynamically update them in a desktop environment

    
07.06.2015 / 23:45