still the same old mistake. thanks florin for your eagle eyes. Is was really
out.

herve


-----Message d'origine-----
De : Florin Herinean <[EMAIL PROTECTED]>
Ŕ : [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date : vendredi 6 juin 2003 09:49
Objet : [JAVA3D] AW: [JAVA3D] GeometryUpdater Problem


Typing error !

The method name is updateData not updateDada !!!
                           ^              ^

Cheers,

Florin

-----Ursprüngliche Nachricht-----
Von: hterrolle [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 6. Juni 2003 09:43
An: [EMAIL PROTECTED]
Betreff: [JAVA3D] GeometryUpdater Problem


Hi,

i have done this and in this case UpdateDate does not compile. So i got

class toto implements GeometryUpdater {

    GeometryArray  geom;

    public void updateData(Geometry geometry) { }

    public void update() {
        geom.updateDada(this);
    }

    class tutu {

        public void trans(){
            update();
        }

    }

Return of compile return this ??????

"CreatTable.java" : Erreur No. 300 : méthode updateDada(CreatTable)
introuvable  dans classe javax.media.j3d.GeometryArray en ligne 190, colonne
14

io do not know because it normally work inside the behavior

thanks

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

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