public void shellDeiconified(ShellEvent e) {

      BalloonsController.INSTANCE.setShown(true);

      this.shellController.supra.getTrayItem().endBlink();
    }
    public void shellIconified(ShellEvent e) {

      BalloonsController.INSTANCE.setShown(false);
    }