nIf a target does not exist already, it can be created in the source constructor.
nExample: Window
 class.  The Window class creates a window on a computer screen.  We want
 the window to have a slider (scrollbar).
 n
 npublic Window ( … ) {
 n mySlider
 = new Slider ( … );
 n …
 n}