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

Reply via email to