Is there any predefined component in Java Swing that allows you to draw histograms or function graphs ?
If not. Does anyone know a good open source library with a license that is not GPL2.0 / 3.0? (I need a product licensed under the MIT / Apache / Eclipse / LGpl license).
early
JFreeChart is a popular Java library with which you can create all kinds of charts, including histograms and graphic functions. It is licensed under the LGPL license.
-, JFreeChart, , (.. , ). API , .
Batik SVG Toolkit ( Apache). Batik SVG- Swing, . , Swing, . " Swing Batik" .
SVG . , , , SVG Batik.
JFreechart is a generic solution, but on their site they list other parameters with licensing information.
http://www.jfree.org/jfreechart/faq.html#FAQ13