Пример #1
0
 /**
  * Determine whether the wizard has panels
  *
  * @return true if the wizard has one or more panels
  */
 public boolean hasPanels() {
   return !panels.isEmpty();
 }