Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

plotting graph in applet

  Asked By: Darcy    Date: Apr 17    Category: Java    Views: 755
  

i want to plot a dynamic graph in applet taking values from
the database. will someone have any idea about how to do that job.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Barak Levi     Answered On: Apr 17

It would apear to be a simple loop after a database  call.

ex:

make the DB call, store ResultSet answer into an array, then
loop through the array doing a Graphics draw onto a Canvas for each
point.......

 
Didn't find what you were looking for? Find more on plotting graph in applet Or get search suggestion and latest updates.




Tagged: