mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-05-14 01:21:50 +00:00
15 lines
251 B
Java
15 lines
251 B
Java
package lecteur_pdf.menu;
|
|
|
|
import lecteur_pdf.affichage.Fenetre;
|
|
|
|
class SelectionnerFichierTest {
|
|
|
|
/**
|
|
* TODO comment main
|
|
*
|
|
* @param args
|
|
*/
|
|
public static void main(String[] args) {
|
|
new Menu(new Fenetre());
|
|
}
|
|
} |