A graphical component that displays the values in a matrix. The data to display is supplied in the form of a MatrixToken. The table is currently not editable, although this may be changed in the future. The table is an instance of Java's JTable class, which is exposed as a public member. The rich interface of the JTable class can be used to customize the display in various ways.
@author Bart Kienhuis and Edward A. Lee
@version $Id: MatrixPane.java,v 1.23 2007/12/16 07:29:43 cxh Exp $
@since Ptolemy II 2.1
@Pt.ProposedRating Red (eal)
@Pt.AcceptedRating Red (eal)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.