first commit
This commit is contained in:
18
TP_DEV3.1/ControllerSouris.java
Normal file
18
TP_DEV3.1/ControllerSouris.java
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
|
||||
|
||||
public class ControllerSouris extend Galerie {
|
||||
|
||||
public ControllerSouris(){
|
||||
super();
|
||||
|
||||
}
|
||||
|
||||
public void imageSuivante(){
|
||||
|
||||
indexImage = (indexImage+1)%listeimage.length();
|
||||
etiquetteImage.setIcon()
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user