The buttongroup widget is not actually a widget that shows on screen (at least in Swing it doesn't), but it is used to group real widgets together, to behave as one value (like eg a combo).
Description
Property | supported | Behaviour |
---|---|---|
enable | swing | values true or false. This setting also has consequences for the children, which will be disabled automatically. These values cannot be overriden (so it seems.) |