MAJ V4.5.0
This commit is contained in:
parent
98bba6fe4f
commit
bb1b4cb457
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@ -119,11 +119,10 @@ public class commandes {
|
||||
public static int analyse_tolerance_rouge = 30;
|
||||
public static int analyse_tolerance_vert = 30;
|
||||
public static int analyse_tolerance_bleu = 30;
|
||||
public static long analyse_size = 48000000;
|
||||
public static long analyse_size = 98000000;
|
||||
public static String analyse_nameZip = "feedbackMoodle";
|
||||
public static String analyse_hash = "";
|
||||
public static String analysis_filename = "";
|
||||
|
||||
|
||||
//** Variables pour l'interface du logiciel
|
||||
public static String Titre = "analyseWriter";
|
||||
@ -182,7 +181,7 @@ public class commandes {
|
||||
analyse_tolerance_rouge = 30;
|
||||
analyse_tolerance_vert = 30;
|
||||
analyse_tolerance_bleu = 30;
|
||||
analyse_size = 48000000;
|
||||
analyse_size = 98000000;
|
||||
analyse_nameZip = "feedbackMoodle";
|
||||
|
||||
//** Variables pour l'interface du logiciel
|
||||
@ -198,19 +197,6 @@ public class commandes {
|
||||
* Clôture avec une erreur de commande
|
||||
*/
|
||||
public static void clotureWithError() {
|
||||
System.out.println();
|
||||
System.out.println("\t\t┌─────────────────────────────────────────────┐");
|
||||
System.out.println("\t\t│ Vous avez commis une erreur dans votre │");
|
||||
System.out.println("\t\t│ commande. │");
|
||||
System.out.println("\t\t│ │");
|
||||
System.out.println("\t\t│ Lisez les informations ci-dessus et │");
|
||||
System.out.println("\t\t│ recommencez. │");
|
||||
System.out.println("\t\t│ │");
|
||||
System.out.println("\t\t│ (')_(') │");
|
||||
System.out.println("\t\t│ ( `.° ) │");
|
||||
System.out.println("\t\t│ (\")__(\") .. à bientôt, analyseWriter. │");
|
||||
System.out.println("\t\t└─────────────────────────────────────────────┘");
|
||||
System.out.println();
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
@ -219,13 +205,6 @@ public class commandes {
|
||||
* Bye Bye the application
|
||||
*/
|
||||
public static void clotureApplication() {
|
||||
System.out.println();
|
||||
System.out.println("\t\t┌────────────────────────────────────────────────────┐");
|
||||
System.out.println("\t\t│ (')_(') │");
|
||||
System.out.println("\t\t│ ( `.° ) Bravo, vous avez travaillé très dur! │");
|
||||
System.out.println("\t\t│ (\")__(\") ... Bye Bye analyseWriter. │");
|
||||
System.out.println("\t\t└────────────────────────────────────────────────────┘");
|
||||
System.out.println();
|
||||
commandes.message.append("\n (')_(')");
|
||||
commandes.message.append("\n ( `.° ) Bravo, vous avez travaillé très dur!");
|
||||
commandes.message.append("\n (\")__(\") ... Bye Bye analyseWriter.");
|
||||
@ -250,34 +229,12 @@ public class commandes {
|
||||
|
||||
|
||||
public static void clotureWithHelp() {
|
||||
System.out.println();
|
||||
System.out.println("\t\t┌─────────────────────────────────────────────────────┐");
|
||||
System.out.println("\t\t│ Au-dessus, vous avez la liste des commandes. │");
|
||||
System.out.println("\t\t│ Mais vous avez aussi la documentation sur le │");
|
||||
System.out.println("\t\t│ le serveur de github ou chapril. │");
|
||||
System.out.println("\t\t│ │");
|
||||
System.out.println("\t\t│ (')_(') │");
|
||||
System.out.println("\t\t│ ( `.° ) │");
|
||||
System.out.println("\t\t│ (\")__(\") .. à bientôt, analyseWriter. │");
|
||||
System.out.println("\t\t└─────────────────────────────────────────────────────┘");
|
||||
System.out.println();
|
||||
System.exit(0);
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
public static void ErrorFile(String filename) {
|
||||
int nbespace = 30-filename.length();
|
||||
if (nbespace<0) nbespace=1;
|
||||
System.out.println();
|
||||
System.out.println("\t\t┌───────────────────────────────────────────────────────────┐");
|
||||
System.out.println("\t\t│ Le fichier \""+ filename + "\" n'existe pas." + new String(new char[nbespace]).replace("\0", " ") +"│" );
|
||||
System.out.println("\t\t│ │");
|
||||
System.out.println("\t\t│ (')_(') │");
|
||||
System.out.println("\t\t│ ( `.° ) │");
|
||||
System.out.println("\t\t│ (\")__(\") .. see you soon, analyseWriter. │");
|
||||
System.out.println("\t\t└───────────────────────────────────────────────────────────┘");
|
||||
System.out.println();
|
||||
|
||||
if (nbespace<0) nbespace=1;
|
||||
commandes.message.append("\n");
|
||||
commandes.message.append("\n*************************");
|
||||
commandes.message.append("\nERREUR Le fichier \""+ filename + "\" n'existe pas.");
|
||||
|
@ -42,8 +42,9 @@ public class actSaveEvaluation extends AbstractAction{
|
||||
JOptionPane.showMessageDialog(null,"L'évaluation encours " + commandes.NameEvaluationCharger + " a été mise à jour\ndans la base des évaluations.");
|
||||
}else {
|
||||
JOptionPane.showMessageDialog(null,"L'évaluation encours n'a été enregistrée\ndans la base des évaluations.\n"
|
||||
+ "Il y a un problème avec l'index de cette évaluation.");
|
||||
+ "Il y a un problème avec l'index de cette évaluation dans la base.");
|
||||
}
|
||||
|
||||
}else {
|
||||
new recupeNodeBaseEvaluations();
|
||||
String name = "Nouvelle évaluation";
|
||||
|
@ -58,9 +58,7 @@ public class myTableBaseEvaluation extends AbstractTableModel{
|
||||
evaluation[i][3] = fichier.getAttributs().get("metaSujet");
|
||||
evaluation[i][4] = fichier.getAttributs().get("analysis_filename");
|
||||
}
|
||||
|
||||
fireTableRowsInserted(0, commandes.evaluationsBase.getNodes().size()-1);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -88,8 +88,10 @@ public baseDonneesEvaluations() {
|
||||
|
||||
getContentPane().setLayout(new BorderLayout(2, 2));
|
||||
|
||||
|
||||
model.addOrUpdate();
|
||||
table = new JTable(model);
|
||||
table.setFont(new Font("Tahoma", Font.PLAIN, 14));
|
||||
|
||||
scrollPane = new JScrollPane(table);
|
||||
|
||||
@ -195,10 +197,10 @@ public baseDonneesEvaluations() {
|
||||
if (e.getValueIsAdjusting()) return;
|
||||
lsm = (ListSelectionModel)e.getSource();
|
||||
if (lsm.isSelectionEmpty()) {
|
||||
System.out.println("No rows are selected.");
|
||||
System.out.println("Aucune ligne sélectionnée.");
|
||||
} else {
|
||||
indexSelect = lsm.getMinSelectionIndex();
|
||||
System.out.println("Ligne " + indexSelect + " is now selected.");
|
||||
System.out.println("La ligne " + indexSelect + " est sélectionnée.");
|
||||
}
|
||||
}
|
||||
});
|
||||
@ -511,7 +513,7 @@ private void ListenerAction() {
|
||||
new recupeNodeBaseEvaluations();
|
||||
model.addOrUpdate();
|
||||
table.setModel(model);
|
||||
selectRow(commandes.IndexEvaluationCharger);
|
||||
//selectRow(commandes.IndexEvaluationCharger);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user