* The height of the display (and window) in pixels.
*/
protected final void createDisplay(String name, int width, int height) {
startTimer = System.currentTimeMillis();
display = new Display(new Window(name, width, height));
screen = new Screen(width, height, 1.0);
}