5 lines
81 B
Java
5 lines
81 B
Java
|
import javax.swing.JFrame;
|
||
|
|
||
|
public class ScoreBoardWindow extends JFrame {
|
||
|
|
||
|
}
|