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