Customizing JavaBeans components


When writing in Java, it may be useful for you to take existing beans and alter them to better suit your purpose. The Customize Bean command enables you to create an instance of a JavaBean, customize its properties, and save it as a serialized prototype. This may be done on a Java class or on an already serialized prototype (.ser file). The class must be public and have a public default constructor, and it must also be serializable to make a serialized prototype from the customized settings.

To customize a JavaBeans component:

Contents Prev Next Index