"b. white" wrote:
>
>   In the java3d-utils-src The TextureLoader has a constructor which takes
> Component observer as a parameter.
>
> public TextureLoader(URL url, String format, int flags, Component observer) {

The texture loader uses a MediaTracker object to make sure the image is
properly loaded. To construct an instance of MediaTracker you need to
supply a component because the tracker uses various methods there to
load the image.

--
Justin Couch                                   Author, Java Hacker
Software Architect                                [EMAIL PROTECTED]
rbuzz.net                           http://www.vlc.com.au/~justin/
Java3D FAQ                                 http://www.j3d.org/faq/
-------------------------------------------------------------------
"Look through the lens, and the light breaks down into many lights.
 Turn it or move it, and a new set of arrangements appears... is it
 a single light or many lights, lights that one must know how to
 distinguish, recognise and appreciate? Is it one light with many
 frames or one frame for many lights?"      -Subcomandante Marcos
-------------------------------------------------------------------

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to