Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 69 → Rev 277

/trunk/src/org/tela_botanica/client/composants/IdentificationFenetre.java
72,7 → 72,7
setButtonBar(barreDeBoutons);
}
 
@Override
protected void createButtons() {
reinitialiserBouton = new Button("RĂ©initialiser");
120,5 → 120,5
protected void validate() {
validerBouton.setEnabled(hasValue(login) && hasValue(motDePasse) && motDePasse.getValue().length() > 3);
}
 
}