Index: [thread] [date] [subject] [author]
  From: Owen L. Astrachan <ola@news.cs.duke.edu>
  To  : 
  Date: 14 Apr 1999 02:49:34 GMT

Re: Loading images in Main.java

In article <Pine.SOL.3.91.990413210720.746B-100000@teer28.acpub.duke.edu>,
Carl Robert Knerr  <crk5@duke.edu> wrote:
>Assuming we have to get full functionality in both Main.java and 
>MyApplet.java, how do we load images in Main.java?  getImage needs the 
>Applet class, and it seems weird to import the applet class into the 
>Main.java.  Help would be appreciated.  Thank you.
>
>-- Carl Knerr


Although someone posted about this, you can see examples of loading
images and using the MediaTracker in the Pixmap.java class at

  http://www.cs.duke.edu/~ola/courses/cps108/code/java/Pixmap/

if you leave the Pixmap/ off, you'll see a directory of other Java
programs/projects, some well-documented, others not).  For exapmle,
there's cut/paste and URL stuff in the Wedgi application.

Ima lurker




Index: [thread] [date] [subject] [author]