ULCLayeredPane does not manage the layout of its children. Therefore it can be used to simulate absolute layout. In the visual editor's canvas the user can modify the location and size of the components. However the visual editor enforces a minimal size for the components. The only way to get below this size is to use the
- property sheet
- source code
If you resize the element in the width, after changing the height size below the minimal enforced minimal size, the heights size becomes the minimal size.
How can i configure Visual Editor to changing the the size with the gui?