Hello everyone,
I wrote a Class named PickHandler which implements the PickingCallback
interface. When registering this Class to
the according PickBehaviors i noticed something funny. Registering to
PickRotateBehavior and to PickZoomBehavior
everything is just fine. But when registering to PickTranslateBehavior one
get's the following compile error:

.\com\dcag\artos\groove\threed\StereoUniverse.java:693: Invalid type expression.

                objectTranslate.setupCallback((PickingCallback)new
PickHandler())
                                                               ^
By the way, it doesn't matter if you cast or not. Looks like a bug to me. Is it
already known yet?

Best regards,
        Nenad Latinovic.

 ------------------------------------------------------------------
 * DaimlerChrysler AG
 * Research and Technology
 * Design and Electronic-Integration
 ------------------------------------------------------------------
 * Nenad Latinovic
 * HPC T721
 * D-70546 Stuttgart
 * GERMANY
-------------------------------------------------------------------
 * Phone:  +49-711-17-41642
 * Fax:        +49-711-17-41047
 * mailto: [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