Whoah, where did you learn *that*? That is very odd. I would *never*
have come up with that on my own given 20 years, 200 margaritas, and
2000 java books. I may give that a try. Looks *way* too simple. ;)
-Lee
> -----Original Message-----
> From: Justin Couch [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 23, 2001 6:13 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JAVA3D] Using RenderedImage for textures
>
>
> Class[] reqd_class = {RenderedImage.class};
>
> URL img_url = new URL("http://blah");
> URLConnection conn = img_url.getConnection();
> conn.openConnection();
> RenderedImage img = conn.getContent(reqd_class);
>
>
===========================================================================
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".