Hi i am trying to learn Java but i have some problems... If you can help me ...
I want to know how i can show dynamicaly the fonts provided by my operating System in a choise (Fonts =new Choice()

?
I want also need a choice for changing the colors of a string... I know how to create some colors in the choice...
Choice Fontcolor=new Choice();
Fontcolor.addItem("Red");
Fontcolor.addItem("Blue");
Do u know something better than this? For example something that i can use it immediately for changing the color.... I was thinkink if it is possible instead of text colors ..... to use colored lines in the choice... Is this possible?
Finally how i can change the color of a String?
I have a String inside a TextArea...i can;t find any option for this? Any suggestion?
Thx