Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1068 → Rev 1069

/trunk/src/org/tela_botanica/del/client/vues/comparaisoneflore/ComparaisonEfloreVue.java
113,6 → 113,8
commentaires.setVisible(false);
commentairesTitre.setVisible(false);
}
 
}
 
193,4 → 195,8
public void setCurrentIndexImages(int index){
currentIndexImages=index;
}
 
public Image getImageEflore() {
return imageEflore;
}
}