PR2Bib/src/guiBib/BibliothekGUI.java aktualisiert
parent
b11b2ae858
commit
1c6d96fe39
|
@ -13,7 +13,7 @@ public class BibliothekGUI extends JFrame implements ActionListener{
|
||||||
private static JPanel mainPanel = new JPanel(cl);
|
private static JPanel mainPanel = new JPanel(cl);
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SwingUtilities.invokeLater(BibliothekGUI::new);
|
new BibliothekGUI();
|
||||||
}
|
}
|
||||||
|
|
||||||
public BibliothekGUI() {
|
public BibliothekGUI() {
|
||||||
|
|
Loading…
Reference in New Issue