private void showStaticIcon() {
   refresh.setResource(images.refresh());
 }
 private void showBusyIcon() {
   refresh.setResource(images.searching());
 }