mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-05-16 17:11:50 +00:00
16 lines
313 B
Java
16 lines
313 B
Java
package lecteur_pdf.affichage;
|
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
|
import static org.junit.jupiter.api.Assertions.*;
|
|
|
|
class FenetreTest {
|
|
|
|
/**
|
|
* Crée une nouvelle instance du lecteur PDF
|
|
* @param args non utilisé
|
|
*/
|
|
public static void main(String[] args) {
|
|
new Fenetre();
|
|
}
|
|
} |