Merge branch 'patch-1' of https://gitlab.imn.htwk-leipzig.de/weicker/inb1-a-jaujau.git into patch-1
This commit is contained in:
@@ -48,22 +48,22 @@ public class Menue_GUI extends JFrame implements ActionListener {
|
|||||||
public Menue_GUI(Spielerverwaltung speicherung) {
|
public Menue_GUI(Spielerverwaltung speicherung) {
|
||||||
this.spielerverwaltung = speicherung;
|
this.spielerverwaltung = speicherung;
|
||||||
speicherung.getSpieler();
|
speicherung.getSpieler();
|
||||||
|
System.out.println("Men<EFBFBD>-GUI aufgerufen");
|
||||||
initialize();
|
initialize();
|
||||||
}
|
|
||||||
|
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Initialize the contents of the frame.
|
* Initialize the contents of the frame.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//Test GUI f<>r JauJau
|
//Test GUI f<>r JauJau
|
||||||
|
|
||||||
|
|
||||||
private void initialize() {
|
private void initialize() {
|
||||||
frame = new JFrame();
|
frame = new JFrame();
|
||||||
frame.setBounds(100, 100, 783, 762);
|
frame.setBounds(100, 100, 783, 762);
|
||||||
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||||
frame.getContentPane().setLayout(new BorderLayout(0, 0));
|
frame.getContentPane().setLayout(new BorderLayout(0, 0));
|
||||||
|
frame.setVisible(true);
|
||||||
|
|
||||||
JPanel panel_top = new JPanel();
|
JPanel panel_top = new JPanel();
|
||||||
panel_top.setPreferredSize(new Dimension(200, 100));
|
panel_top.setPreferredSize(new Dimension(200, 100));
|
||||||
|
Reference in New Issue
Block a user