Tuesday, March 10, 2009

If you need to display a String on the applet, what would you do? (Applets)

Question :If you need to display a String on the applet, what would you do? (Applets)
Answer :drawString() is used to output a String to an applet. This method is
included in the paint() of the Applet

No comments: