@BeanProperty(preferred=true, description="Can the tool bar be made to float by the user?")
public void setFloatable (boolean b)

Sets the floatable property, which must be true for the user to move the tool bar. Typically, a floatable tool bar can be dragged into a different position within the same container or out into its own window. The default value of this property is true. Some look and feels might not implement floatable tool bars; they will ignore this property.

Parameters:
b    if true, the tool bar can be moved; false otherwise

See also:
isFloatable