Use the code that I posted before:
public Asteroid(String s)
{
...
}
String word = "icono";
for(int i = 0; i < word.length(); i++)
{
addObject(new Asteroid(""+word.charAt(i)), 100, 100);
}