public void display() { if (realImage == null) { realImage = new RealImage(fileName); } realImage.display(); }