Dear all,
My name is Ericson Sarmento. I'm a brazilian student of
programation, and I'm learning this api 3D of the java language of
programation. I have found difficulties to position a object of
Canvas3D class. I already have used this object added to a JPanel,
added to a JFrame, and other class of container. But always when I run
a test of my class, the screen of the Object of Canvas3D is shown at
the position x=0, y=0 of the screen, of the desktop, in the upper left
corner of the screen. could someone help me to solve this problem? I
would like that this screen of the Canvas3D Object was shown in the
screen of the container that contain the Canvas3D Object.
Thank you very much (fExcuse my english poor)
Ericson Sarmento
aaronhirshberg@yahoo.com - 11 Dec 2008 16:35 GMT
On Nov 28, 9:01 am, Ericson Sarmento <ericsonsarme...@gmail.com>
wrote:
> Dear all,
>
[quoted text clipped - 12 lines]
>
> Ericson Sarmento
1. Get the Deitel & Deitel java book that has the Java 3D chapter.
Try the examples in there first. That is what I did and now I can
make all kinds of cool stuff.
2. There is a Professor at UCSD who has a good on-line course I cannot
remember his name. Check the UC San Diego web page.
Aaron Hirshberg