OverlapLayout Test 1.0
Free
Latest version:
1.0
See all
Developer:
Tips4Java
The OverlapLayout works similarly to the GridLayout, in that all the components are set to be the same size, determined by the maximum width or height of any given component added to the container. An exception to this is when components are “stacked”, in which case all components are sized to the area of the container. When using the OverlapLayout, you must first specify whether a component should be painted “above” or “below” the previous component, with the default being “above”. Then, you need to specify the overlapping position of each component.
Comments