MAJ V4.5.0
This commit is contained in:
parent
900083c07c
commit
2e6dbad506
@ -66,7 +66,8 @@ public class recupeNodeBaseEvaluations {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* * Récupère la base des évaluations qui se trouve indiqué par commandes.<br>
|
||||
* directoryName et NameNewBase.
|
||||
* @param directoryName
|
||||
* @param NameNewBase
|
||||
*/
|
||||
|
@ -570,12 +570,6 @@ public class evaluate extends JFrame {
|
||||
toolBar.add(btnChargeEvaluation);
|
||||
|
||||
btnSaveEvaluation = toolBar.add( new actSaveEvaluation());
|
||||
btnSaveEvaluation.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
btnSaveEvaluation.setHideActionText( true );
|
||||
btnSaveEvaluation.setIcon(new ImageIcon(evaluate.class.getResource("/resources/saveEvaluation.png")));
|
||||
btnSaveEvaluation.setVisible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user