mirror of
https://github.com/LucasVbr/LecteurPdfDoubleAffichage.git
synced 2026-05-13 17:11:51 +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);
|
||||
@@ -47,4 +48,4 @@ public class Fenetre extends JFrame {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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