Exemplo n.º 1
0
 /** * Sets the option for the Radio Button */
 public void setOption(SOption sOpt) {
   _opt = sOpt;
   setText(_opt.getDisplay());
 }
Exemplo n.º 2
0
 /** * Creates a new Radio Button with the specified option */
 public SRadioButton(SOption opt) {
   super(opt.getDisplay());
   _opt = opt;
 }