Correction Tests SelectionnerFichierTest.java MenuTest.java

This commit is contained in:
LucasV-IUT
2021-11-28 22:19:01 +01:00
parent 0ce4f8ed85
commit 7e318b3664
5 changed files with 82 additions and 87 deletions
+1
View File
@@ -77,6 +77,7 @@ public class Fenetre extends JFrame {
this.getContentPane().removeAll();
/* Affiche le nouveau PDF */
scrollPane.setAlignmentX(JComponent.CENTER_ALIGNMENT);
this.getContentPane().add(scrollPane);
this.validate();
}