Custom ui component with default layout

View: New views
1 Messages — Rating Filter:   Alert me  

Custom ui component with default layout

by lendle () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
I am trying to develop custom swing components with default layout set.
Both component class and its BeanInfo are written with NetBeans 6.1
However, when trying to put this custom swing component into interface builder (matisse) of
NetBeans 6.1, the default layout is always replaced with GroupLayout.
Is there any way to correctly specify default layout manager used in a custom
swing component?

thanks a lot!