• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Images(URGENT!!!!)

 
Ranch Hand
Posts: 428
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 123
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out the threaded slide show applet on the Sun JDC:
http://developer.java.sun.com/developer/technicalArticles/Threads/applet/index.html
 
reply
    Bookmark Topic Watch Topic
  • New Topic