| Defines the BeanInfo for a GridView. When the user selects a form in the
designer, the properties pane shows several properties for that form. Forms
use GridViews as their underlying Java bean component. So, the designer is
really updating properties for a GridView object. The allows the user to set
standard properties such as border and background color for forms. A custom
BeanInfo is provided instead of the standard JPanel BeanInfo because we don't
want nor need all of the JPanel properties.
author: Jeff Tassin |