table.setBackgroundColorAt( 3, 1, "" );
}
}
public void changeFontColorEdit() {
XCheckbox check4 = (XCheckbox)findComponent( obj, "check4" );
XEdit edit1 = (XEdit)findComponent( "edit1" );
XEdit edit2 = (XEdit)findComponent( "edit2" );
XPassword pass = (XPassword)findComponent( "pass" );
XTextArea text1 = (XTextArea)findComponent( "text1" );
XTextArea text2 = (XTextArea)findComponent( "text2" );
if ( check4.isSelected() ) {
edit1.setFontColor( "#CCEEEE" );
edit2.setFontColor( "#CCEEEE" );
pass.setFontColor( "#CCEEEE" );
text1.setFontColor( "#CCEEEE" );
text2.setFontColor( "#CCEEEE" );