/**
  * ラベルにアイコンを設定します。
  *
  * @param iconPath
  */
 public void setLabelIconPath(String iconPath) {
   label.setIconPath(iconPath);
 }