DialogTableau
ptolemy.actor.gui.DialogTableau

A tableau representing a Dialog in a toplevel window.

DialogTableau is just like all the other XXXTableau classes except that the Frame associated with DialogTableau is not an extension of TableauFrame, and, ultimately, the Top class. The reason being that Top adorns the GUI manifestation with the normal status bar which isn't appropriate for a dialog. In addition, the created dialog is not a JDialog, but a JFrame. And, the created dialog is non-modal.

There can be any number of instances of this class in an effigy, however, there can only be one each for the model represented by the effigy, and one each of the actors that are part of the model.

Author(s): Rowland R Johnson
Version:$Id: DialogTableau.java,v 1.31 2006/04/02 21:48:06 cxh Exp $
Pt.Proposed Rating:Red (rowland)
Pt.Accepted Rating:Red (cxh)