user = new TextField("Your id:", "type here", 10, TextField.ANY);
In the above code, I would like to make "Your id:" in bold, how can I do that?
Also when user start typing, it should remove the string "type here" and user start inserting text, how can I do that?

Reply With Quote

