@Override
public void updateAvailable(final VRLUpdater updater, Download d,
URL location, final RepositoryEntry update) {
VisualCanvas canvas = getCurrentCanvas();
canvas.getDock().removeDockApplet(updateApplet);
canvas.getDock().
addDockAppletAfter(canvas.getMessageBoxApplet(), updateApplet);
updateApplet.showApplet();
updateApplet.setActive(true);
currentUpdater = updater;