This subclasses {@link javax.swing.JTable} and provides behaviour similar to the Forte ArrayField.The ArrayField class defines a widget that displays data from an array of objects in a tabular format. It defines array fields, compound fields that display widgets in a tabular format, a group of cells organized into rows and columns, like a spreadsheet. The widgets represent data from an array of objects: Each row of the array field presents data from a corresponding row in an array of objects. In addition to the tabular display of widgets, an array field can have optional column titles and an optional scroll bar.
@author Craig Mitchell
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.