// Interface used by Universe to paint the background, if any. package SpaceWar; interface SpaceBackground { ////////////////////////////////////////////////////////////////////// // // Paint method. void paint(SpaceGraphics g); }