Size of a radiobutton



Hi,

Is there a possibility to get the size of a radio button? You can use getWidth() and getHeight() of a JRadioButton, but this comes from the component, which will be resized depending on the layout you use. I need the size of the clickable unchangable circle (which size depends on the look and feel).

Thanx
Andre
.