View Single Post
Old Nov 18th, 2007, 6:03 AM   #2
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
Re: Help needed with using TextFields as user input

I do not have ME installed so i cannot compile your code. what errors do you get?

I do not have experiance with ME and MIDlets but I have some experiance with awt and swing. If you are using TextFields you need to import them form import java.awt.TextField. For swing gui's to get text from a JTextField use .getText
__________________
i dont know much about programming but i try to help
mrynit is offline   Reply With Quote