Subject: Displaying Numbers on Applet
Posted By: mirqadir Post Date: 7/24/2008 2:00:27 AM
How to display numbers from 1 to 10 on an applet with the help of "FOR" Loop.
Thanks

Reply By: rakesh_mscit Reply Date: 7/24/2008 6:38:45 AM
If you want to directly write text on to the applet, in the paint method use the Graphics object's drawString() method.
If you give more information about what exactly you want, somebody here can help you with the correct way of doing it :-)

- Rakesh

Go to topic 71070

Return to index page 2
Return to index page 1