Posted By:
pradeep_kumar
Posted On:
Tuesday, February 28, 2006 06:33 AM
How can I create a JavaBean that itself contains other JavaBean. Lets say I want to have bigger javabean extending javax.swing.panel , and inside it there are other Javabeans which are also extending the javax.swing.panel .
I want it so that I can change the properties of both the beans when I drag and Drop the bigger beans onto the Bean Editor (I am using the JBuilder).