04-20-2010 02:46 PM
I use Eclipse IDE 3.4.1 w/ BB JDE plugin for Eclipse
1. Which textfield do I use when I ask for a user to input a string
e.g
RichTextField begin = new RichTextField("Enter the name of team1");
2. Also how do i store the users input into a variable so I can use it
04-20-2010 03:53 PM
I would start with BasicEditField - see the API docs.