option

abstract fun option(text: @Nls String, modifier: SwingModifier = SwingModifier)

Declares one choice.

Parameters

text

the label shown next to the radio button

modifier

the SwingModifier applied to this option's radio button

See also