painting in java graphics?

jamie m

New member
I would like to read in shapes from a text file and create new objects for each, how can I dynamically create these objects and draw them using void paint (Graphics g){} ?

How is void paint(Graphics g){} called from another method?

Thanks
 
Back
Top