GUI Highscore Fix
This commit is contained in:
@@ -354,7 +354,10 @@ public class Dashboard_GUI extends JPanel{
|
||||
// Highscore Tabelle
|
||||
private void renderHighscore() {
|
||||
|
||||
|
||||
for(Component c : highscore.getComponents()){
|
||||
highscore.remove(c);
|
||||
highscore.revalidate();
|
||||
}
|
||||
|
||||
String[][] rowData = spielerverwaltung.gethighscoreTabelle(); //Bsp. Datensatz muss noch entfernt werden.
|
||||
|
||||
|
Reference in New Issue
Block a user