// create the update notification icon
this.updateApplet = new UpdateNotifierApplet(getCurrentCanvas());
// register action: if user clicks on the icon available updates
// will be installed
updateApplet.setActionListener(new CanvasActionListener() {
@Override
public void actionPerformed(ActionEvent ae) {
if (updateApplet.isActive()) {
// only allow update if currently no update is in progrss