public class TileSelection implements DownloadSelection, PropertyChangeListener {
private TileSelectionBBoxChooser chooser;
private DownloadDialog parent;
protected final void build() {
chooser = new TileSelectionBBoxChooser();
chooser.addPropertyChangeListener(this);
}