public StudioUpdateAction() {
// 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