XRadioButton radio1 = (XRadioButton)findComponent( obj, "radio1" );
XList ordered = (XList)findComponent( "ordered" );
XList unordered = (XList)findComponent( "unordered" );
if ( radio1.isSelected() ) {
ordered.oSetFontSize( 10 );
unordered.uSetFontSize( 10 );
}
}
public void font10Panel() {
XRadioButton radio1 = (XRadioButton)findComponent( obj, "radio1" );