ich habe ewig nichts mehr gemacht und bin gerade mächtig am verzweifeln...
Ich will eigentlich nur mein Bild, was ich in ein Label gesetzt habe, an eine bestimmte Location setzten. Nicht auf einem Panel, einfach auf einen puren Frame.
Code (Java):
this.setVisible(true);
this.setTitle("Hautpmenü");
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
this.setSize(900, 500);
this.setLocationRelativeTo(null);
this.setResizable(false);
this.setJMenuBar(this.getMenubar());...
this.setTitle("Hautpmenü");
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
this.setSize(900, 500);
this.setLocationRelativeTo(null);
this.setResizable(false);
this.setJMenuBar(this.getMenubar());...
Label auf JFrame willkürlich Positionieren