diff --git a/.classpath b/.classpath index d4e8605..bb0ec09 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,6 @@ - diff --git a/.gitignore b/.gitignore index 83166d0..bee141d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /base_listes_etudiants.xml /base_evaluations_analyseWriter.xml +/launch4j.log diff --git a/base_listes_etudiants - Copie.xml b/base_listes_etudiants - Copie.xml new file mode 100644 index 0000000..2f0d485 --- /dev/null +++ b/base_listes_etudiants - Copie.xml @@ -0,0 +1,905 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/analyseWriter/fenetres/about.java b/src/analyseWriter/fenetres/about.java index c7d4015..a9f0731 100644 --- a/src/analyseWriter/fenetres/about.java +++ b/src/analyseWriter/fenetres/about.java @@ -19,6 +19,7 @@ import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.SwingConstants; +import javax.swing.SwingUtilities; import analyseWriter.MEPTL.commandes; @@ -193,8 +194,19 @@ public final class about extends JFrame { // Ajouter le JScrollPane à la fenêtre licenceFrame.getContentPane().add(scrollPane, BorderLayout.CENTER); licenceFrame.setVisible(true); + + + SwingUtilities.invokeLater(() -> { + editorPane.setCaretPosition(0); +// scrollPane.setValue(scrollPane.getMinimum()); + }); + } + public static void positionScrollDebut() { + // Positionne le curseur au début du texte pour que le JScrollPane affiche le haut + + } }