*/
public void createFigures() {
FigureLayer layer = graphicsPane.getForegroundLayer();
// Create a controller to do the work.
BasicController controller = new BasicController(graphicsPane);
SelectionInteractor defaultInteractor = controller
.getSelectionInteractor();
BoundsManipulator manip = new BoundsManipulator();
defaultInteractor.setPrototypeDecorator(manip);
// Create a simple Vector Figure that draws a cross