+ 2
How to create chart in Java?
I like to create various charts for table of data using swings, could you please help me with code stuff not URLS(bar chart, pie chart, etc.,)
1 Answer
- 1
You could simply use a new two dimensional array., and then print the values using a for loop. The only drawback in this method would be that the tables would appear without any lines to separate different rows and columns.
For a still better result, you can import the Java applet package using the statement import java.awt.*;