Hi, I'm getting a NullPointerException here, because I think everything should be initialised.
Thanks for help and fixing the problem
String temp=entry.getKey()+ " " + entry.getValue();
TEXTFIELD textfield1 =new TEXTFIELD(temp);
getWorld().addObject(textfield1,100,200);

