Seperate chapter for borders!
Description
| Property | supported | Behaviour |
|---|---|---|
| border | swing | bevel, titled and line are supported |
| border-size | swing | The size of the border. This value must be a valid int |
| border-title | swing | The title of the border |
| border-title-color | swing | The color of the title, if not present, it will default to border-color |
| border-color | swing | The color of the border, it defaults to the current forground color. |
| border-type | swing | The type of border. Bevel : Lowered and Raised |
| default-background-color | swing | The default background color of the panel. |