mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-07-09 12:47:45 +00:00
ajout commentaires
This commit is contained in:
@@ -66,6 +66,6 @@ public class SelectionnerFichier {
|
|||||||
return new File(fileChooser.getSelectedFile().getAbsolutePath());
|
return new File(fileChooser.getSelectedFile().getAbsolutePath());
|
||||||
}
|
}
|
||||||
|
|
||||||
return null; // bouchon
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import static org.junit.jupiter.api.Assertions.*;
|
|||||||
class FenetreTest {
|
class FenetreTest {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Lance les methodes de tests pour le fenêtre
|
* Crée une nouvelle instance du lecteur PDF
|
||||||
*
|
*
|
||||||
* @param args non utilisé
|
* @param args non utilisé
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user