XCheckbox check3 = (XCheckbox)findComponent( obj, "check3" );
XList ordered = (XList)findComponent( "ordered" );
if ( check3.isSelected() ) {
ordered.oSetStartPoint( 4 );
} else {
ordered.oSetStartPoint( 1 );
}
}
public void changeNumberType() {
XCheckbox check4 = (XCheckbox)findComponent( obj, "check4" );