mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-07-09 12:47:45 +00:00
codage de gestionFenetre
This commit is contained in:
@@ -29,6 +29,7 @@ public class Fenetre extends JFrame {
|
||||
|
||||
|
||||
public Fenetre(){
|
||||
//création du frame
|
||||
|
||||
// Création du menu
|
||||
Menu menu = new Menu(this);
|
||||
|
||||
@@ -53,10 +53,6 @@ public class gestionFenetre {
|
||||
}
|
||||
}
|
||||
}
|
||||
public static void main(String[] args) {
|
||||
JFrame fenetrePrincipale = new Fenetre();
|
||||
//fenetrePrincipale.ouvrirPDF();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user