public ScoreBoard(Point location, ScoreTable table) : base(location, new Size(23, 12)) { Table = table; Text(new Point(7, 0), "HIGH SCORES"); }