Hello,
I have a question, in my program I want to read a text field then to convert it to Color, How Can I do this ?
I try this, but I didn't know if this is right :
String colorString = getCarTextButtons()[3].getText();
Color color = Color.getColor(colorString);