table.setFontSize( 16 );
}
}
public void font22() {
XRadioButton radio3 = (XRadioButton)findComponent( obj, "radio9" );
XButton one = (XButton)findComponent( "one" );
XButton two = (XButton)findComponent( "two" );
XButton three = (XButton)findComponent( "three" );
XLabel rad1_txt = (XLabel)findComponent( "radio1_txt" );
XLabel rad2_txt = (XLabel)findComponent( "radio2_txt" );
XLabel rad3_txt = (XLabel)findComponent( "radio3_txt" );
XLabel rad4_txt = (XLabel)findComponent( "radio4_txt" );
XLabel rad5_txt = (XLabel)findComponent( "radio5_txt" );
XLabel rad6_txt = (XLabel)findComponent( "radio6_txt" );
XLabel ch1_txt = (XLabel)findComponent( "check1_txt" );
XLabel ch2_txt = (XLabel)findComponent( "check2_txt" );
XLabel ch3_txt = (XLabel)findComponent( "check3_txt" );
if ( radio3.isSelected() ) {
one.setFontSize( 22 );
two.setFontSize( 22 );
three.setFontSize( 22 );
rad1_txt.setFontSize( 22 );
rad2_txt.setFontSize( 22 );