6667686970717273747576
/** * Initializes. */ private void init() { selection = new SelectionRectangle(); resources = new PropertiesResources(); Composite plot = getPlotArea(); plot.addListener(SWT.Resize, this); plot.addListener(SWT.MouseMove, this);