here is an example


    // Set up the background
    TextureLoader bgTexture = new TextureLoader("p3.jpg", this);
    Background bg = new Background(bgTexture.getImage());
    bg.setApplicationBounds(bounds);
    theRoot.addChild(bg);
--
J. Stone
[EMAIL PROTECTED]

===========================================================================
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