Posted By:
Rohit_Kaushal
Posted On:
Sunday, January 20, 2002 10:24 PM
Hi,
I want to draw a table of contents in an Applet and the contens of the table would be changed after getting the value after parsing a file.
The first Qs is how to draw a table in an applet.
And another thing is I have to draw the bar chart in the Table means one row will contain one bar i.e. a rectabngle filled with a color but then how would I draw this inside the table row in the paint method as can use the method drawRect in paint method.
Thanks,
Rohit