Example #1
0
 public void refreshIcon() {
   String iconPath = "images/source.gif";
   this.iconLabel.setIcon(McUtils.createImageIcon(iconPath));
   this.revalidate();
 }