CHRONOMETER

allo12345 Messages postés 3 Date d'inscription mercredi 9 juillet 2003 Statut Membre Dernière intervention 9 juillet 2003 - 9 juil. 2003 à 22:09
allo12345 Messages postés 3 Date d'inscription mercredi 9 juillet 2003 Statut Membre Dernière intervention 9 juillet 2003 - 9 juil. 2003 à 22:09
Cette discussion concerne un article du site. Pour la consulter dans son contexte d'origine, cliquez sur le lien ci-dessous.

https://codes-sources.commentcamarche.net/source/15419-chronometer

allo12345 Messages postés 3 Date d'inscription mercredi 9 juillet 2003 Statut Membre Dernière intervention 9 juillet 2003
9 juil. 2003 à 22:09
quelqun pourrait maider a comprendre ceci !!!

C:JAVAChronometer.java:7: cannot resolve symbol
symbol : class ListenedObjectImpl
location: class com.infodavid.util.Chronometer
public class Chronometer extends ListenedObjectImpl implements Runnable,
^
C:JAVAChronometer.java:27: reference to Thread is ambiguous, both method Thread(java.lang.Runnable) in java.lang.Thread and method Thread(java.lang.String) in java.lang.Thread match
chronometre = new Thread (this);
^
C:JAVAChronometer.java:77: cannot resolve symbol
symbol : method getClass ()
location: class com.infodavid.util.Chronometer
raiseEvent(new ActionEvent(this, 0 , getClass().getName(), minutes, 0));
^
C:JAVAChronometer.java:77: cannot resolve symbol
symbol : method raiseEvent (java.awt.event.ActionEvent)
location: class com.infodavid.util.Chronometer
raiseEvent(new ActionEvent(this, 0 , getClass().getName(), minutes, 0));
^
4 errors

Tool completed with exit code 1
Rejoignez-nous