* Construct the view with the specified dimensions and the font metrics
* @param rect
* @param metric
*/
public NewGameView(Rectangle rect, FontMetrics metric) {
super(rect,new SahitsMaximalGridLayout(4,7,5,ECellPosition.CENTER));
font =metric.getFont();
this.metic=metric;
createComponents();