Aktueller Stand der Klassen
parent
cf3085b177
commit
4f9c1f7734
|
@ -6,6 +6,7 @@ import javax.swing.*;
|
|||
import java.awt.*;
|
||||
import java.util.List;
|
||||
|
||||
// aktueller Stand
|
||||
public class HighscoreDialog extends JDialog {
|
||||
|
||||
public HighscoreDialog(JFrame parent) {
|
||||
|
|
|
@ -5,6 +5,7 @@ import java.util.ArrayList;
|
|||
import java.util.Comparator;
|
||||
import java.util.List;
|
||||
|
||||
// aktueller Stand
|
||||
public class HighscoreManager {
|
||||
|
||||
private static final String HIGHSCORE_FILE = "highscores.txt";
|
||||
|
|
Loading…
Reference in New Issue