JScrollPane.HORIZONTAL_SCROLLBAR_NEVER
);
imageScroll.setVerticalScrollBarPolicy(
JScrollPane.VERTICAL_SCROLLBAR_NEVER
);
imagePane = new ActivityMeter(new PannerOverlay(imageScroll));
opControls = new EditorControls();
// Need a RegionManager to initialize the (disabled) regionButton:
regions = new RegionManager();