* attribute already in the container.
*/
public PlotWindowTableau(PlotEffigy container, String name)
throws IllegalActionException, NameDuplicationException {
super(container, name);
frame = new PlotTableauFrame(this, plot, PlotterBase.this);
setFrame(frame);
}