Esempio n. 1
0
 public void hidePopups() {
   if (popup != null && popup.isVisible()) {
     popup.setVisible(false);
   }
 }