*/
public ImageAttribute(NamedObj container, String name)
throws IllegalActionException, NameDuplicationException {
super(container, name);
_icon = new ImageIcon(this, "_icon");
_icon.setPersistent(false);
source = new FileParameter(this, "source");
// Put the gif in the local directory so that it stays with this actor.