*/
public OMDrawingTool() {
super();
setBorder(BorderFactory.createEmptyBorder());
DEBUG = Debug.debugging("drawingtool");
selectionSupport = new SelectionSupport(this);
setAttributes(new GraphicAttributes());
setMouseMode(createMouseMode());
// Shouldn't assume that the drawing tool is a tool. This can
// be set in the properties if it should be. Otherwise, the