PR2Bib/src/guiBib/BibliothekGUI.java aktualisiert

main
Berat Kocak 2024-11-18 14:15:03 +01:00
parent b11b2ae858
commit 1c6d96fe39
1 changed files with 1 additions and 1 deletions

View File

@ -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() {