Hi,
I have question:
I have two classes. One is an
applet and another is Display class. Applet class initiate the object Display. Now I want to get the images from the server into Display class. For that I have to use URL???
Second:
After getting Image, I want to display the image(without using paint() method of applet class) from display class. IS it possible??
Please let me know,
Thanks
Angela