Thread java
hammasaidi
Messages postés
28
Date d'inscription
Statut
Membre
Dernière intervention
-
marwa.kb -
marwa.kb -
Bonjour,
j'ai développé un lecteur audio avec java swing mais j'ai une proléme avec le thread qui ne s'arrête pas avec la méthode stop()
voici la méthode actionPerformed
public void actionPerformed(ActionEvent e){
Lecture t = new Lecture();
if(e.getSource().equals(this.b_ouvrir))// bouton ouvrir
{
this.ouvrir();
}
if(e.getSource().equals(this.b_play))// bouton play
{
if(this.fichier == null)
{
this.ouvrir();
this.sound();
t.start();
}
else
{
this.sound();
t.start();
}
}
if(e.getSource().equals(this.b_stop))//bouton stop
{
this.sound();
t.stop();
}
}
merci pour vos aides
j'ai développé un lecteur audio avec java swing mais j'ai une proléme avec le thread qui ne s'arrête pas avec la méthode stop()
voici la méthode actionPerformed
public void actionPerformed(ActionEvent e){
Lecture t = new Lecture();
if(e.getSource().equals(this.b_ouvrir))// bouton ouvrir
{
this.ouvrir();
}
if(e.getSource().equals(this.b_play))// bouton play
{
if(this.fichier == null)
{
this.ouvrir();
this.sound();
t.start();
}
else
{
this.sound();
t.start();
}
}
if(e.getSource().equals(this.b_stop))//bouton stop
{
this.sound();
t.stop();
}
}
merci pour vos aides
A voir également:
- Thread java
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel - Télécharger - Jeux vidéo
- Eclipse java - Télécharger - Langages
- Java apk - Télécharger - Langages
- Waptrick java voiture - Télécharger - Jeux vidéo