 |
dockingDistance The sensivity of the docking behaviour. If you move a movable container to one side of its null -layout container and the distance to the border becomes less than dockingDistance , the container will dock with the side. The default dockingDistance is 10 pixels. |
 |
iconifiable Whether the movable container is iconifiable or not. The default is true . |
 |
margin The margin around the Mover . The default is Insets(1,1,1,1) . |
 |
moveToFront If true , the movable container will become the frontmost component when the mover is clicked (in front even of internal frames). The default is true . |
 |
orientation Either VERTICAL or HORIZONTAL . The default is VERTICAL . |
 |
paintGrip If true , the grip will be painted. The default is true . |