throws NameDuplicationException, IllegalActionException {
super(container, name);
input.setTypeEquals(BaseType.OBJECT);
_icon = new ImageIcon(this, "_icon");
_icon.setPersistent(false);
FileParameter source = new FileParameter(this, "source");
source
.setExpression("$CLASSPATH/ptolemy/vergil/kernel/attributes/ptIIplanetIcon.gif");
URL url = source.asURL();