diff --git a/PR2Bib/src/guiBib/BibliothekGUI.java b/PR2Bib/src/guiBib/BibliothekGUI.java index 78baf36..6e0b056 100644 --- a/PR2Bib/src/guiBib/BibliothekGUI.java +++ b/PR2Bib/src/guiBib/BibliothekGUI.java @@ -13,7 +13,7 @@ public class BibliothekGUI extends JFrame implements ActionListener{ private static JPanel mainPanel = new JPanel(cl); public static void main(String[] args) { - SwingUtilities.invokeLater(BibliothekGUI::new); + new BibliothekGUI(); } public BibliothekGUI() {