Extended the width of the player panel, player card panel, and the main game panel to account for the extra width needed when adding subscripts (and large subscripts like 10) to the Tile's text.
Created a new dedicated font for the Tiles
Things changed in the Tile class:
Changed the string representation of a Tile to also display the Tile's point value as a subscript of the Tile letter.
Changed the appearance of the Tile to better resemble a real Scrabble tile (changed background colour to white, and foreground colour to black).
Things changed in the ScrabbleFrameView class:
Things changed in the Tile class: