What is this error?

I keep getting an error when I run my java file, can anybody please help identify it and how to get it rid of it. Everything works fine but it’s kinda annoying:

ERROR: Canvas3D constructed with a null Graphics Configuration
This will cause a NullPointerException in a subsequent release

Any help will be appreciated

Thanks

Well, you need a GraphicsConfiguration object to create a Canvas3D. This was not necessary in former releases, but now it is.

Lookup the samples on how to best setup a Canvas3D.

hey Herkules

thanx 4 the help worked on it and i have sorted it out. cheers