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