I'd like to ask if there is a certain API or packages in java that deal with drawing graphs or I should draw it myself using the Graphics class and paint method.
Originally posted by Abed Rabie: So can u help me which package i should use to implement this task.
thx for ur hrelp
Aabed
I'm not sure I follow your question. The JFreeChart API has a lot of packages which will need to be used in order to display a chart. They have documentation on their website to show you how to get started. What else do you need?
I'd like to ask if there is a certain API or packages in java that deal with drawing graphs or I should draw it myself using the Graphics class and paint method.