Thread
:
How to draw a graph in Java applet
View Single Post
•
•
Join Date: Jun 2008
Posts: 973
Reputation:
Solved Threads: 107
Alex Edwards
Offline
Posting Shark
Re: How to draw a graph in Java applet
0
#
8
Jun 4th, 2008
By the way, it might not be a good idea to add a button in paint(Graphics g) method, because each time you resize the applet paint is called (which makes sense, because it needs to redraw components when it has been resized).
Alex Edwards
View Public Profile
Find all posts by Alex Edwards