Thread java
hammasaidi
Messages postés
30
Statut
Membre
-
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
- Jeux java itel - Télécharger - Jeux vidéo
- Waptrick java football - Télécharger - Jeux vidéo
- Waptrick java voiture - Télécharger - Jeux vidéo
- Eclipse java - Télécharger - Langages
- Java apk - Télécharger - Langages