BlueScreenNode is a PictNode that composes the
* picture using the bluescreen() method in Picture
**/
public class BlueScreenNode extends PictNode {
/*
* Construct does nothing fancy
**/
public BlueScreenNode(Picture p){
super(p); // Call superclass constructor
}