GUI Fix 4.34
This commit is contained in:
@@ -265,7 +265,7 @@ public class Dashboard_GUI extends JPanel{
|
||||
getname.addMouseListener(new MouseAdapter() {
|
||||
@Override
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
getspielername();
|
||||
speicherung.setaktuellerSpieler(getspielername());
|
||||
}
|
||||
});
|
||||
panel_1.setBackground(new Color(51, 51, 153));
|
||||
@@ -534,8 +534,6 @@ public class Dashboard_GUI extends JPanel{
|
||||
}
|
||||
|
||||
private String getspielername(){
|
||||
System.out.println("DASHBOARD_GUI: " + spielername.getEditor().getItem());
|
||||
|
||||
return (String) (spielername.getEditor().getItem());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user