previous
|
start
|
next
JavaBeans Components
JavaBean requirements:
Must have a public constructor with no parameters
Must have methods for accessing the component properties that follow the get/set naming convention
previous
|
start
|
next