How to create chart in Java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.,)

13th Nov 2016, 5:55 PM
Aravind P Vel
Aravind P Vel - avatar
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.*;
17th Nov 2016, 4:33 PM
Prarabdh Garg
Prarabdh Garg - avatar