texturenauswahl added
This commit is contained in:
@@ -277,6 +277,7 @@ public class Dashboard_GUI extends JPanel{
|
||||
public void showgame(Spiel Spiel){
|
||||
//Neues Spiel wird übergeben
|
||||
aktuellesSpiel = Spiel;
|
||||
texturenpakete.pruefeLevel(spielerverwaltung.getLevel());
|
||||
System.out.println("DASHBOARD: Game darstellen");
|
||||
cl.show(panelCont, "2");
|
||||
showwunsch(false);
|
||||
|
@@ -193,7 +193,8 @@ public class GUI extends JFrame{
|
||||
texturenlabel.addMouseListener(new MouseAdapter() {
|
||||
@Override
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
texturenauswaehlen_GUI texturenauswahl = new texturenauswaehlen_GUI(texturenpakete);
|
||||
texturenauswaehlen_GUI texturenauswahl = new texturenauswaehlen_GUI(texturenpakete, speicherung);
|
||||
System.out.println("GUI: Start ge<67>ffnet");
|
||||
texturenauswahl.setVisible(true);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user