A tool bar you can take out of the frame simply dragging it.
ToolBar  |
| Main |
| Name | Description | Values accepted | Default |
| Floatable | Whether the toolbar can be moved to a different position. | A boolean variable or one of the constants true or false. | |
| Layout | The layout policy for this container. | Use the editor provided or read about the layout property. | |
| Orientation | Either vertical or horizontal.The title to display at the top. | Type VERTICAL or HORIZONTAL or use the editor provided. | |
| Visible | The visibility of the element. | A boolean variable or one of the constants true or false. | |
| Size | The double[] array with the size of the bar in each direction. | Type the two size values or use the editor provided. | |
| Graphical Aspect |
| Name | Description | Values accepted | Default |
| Border Size | The size of the border around the panel. | Type the size of the four borders or use the editor provided. | |
| Border Painted | Whether the border should be paintes. | A boolean variable or one of the constants true or false. | |
| Roll over | If TRUE, the border is drawn when the mouse pointer hovers over them. | A boolean variable or one of the constants true or false. | |
| Background | The background color for the element. | Use the editor provided or read about colors. | |
| Foreground | The color to use when drawing or writing in the element. | Use the editor provided or read about colors. | |
| Font | The font used to display text in the element. | Use the editor provided to select name, style and size of the font. | |
| Tooltip | Text displayed when the mouse is over the element. | A string constant or variable. | |