>I am trying to write a simple program for a blackberry that will take
>two integers as inputs from the user and add them together and return
[quoted text clipped - 4 lines]
>scanner. Does anyone know what contructor and what methods I should
>use? Thanks.
I don't have a Blackberry, but if anyone wants to give me one, I would
be happy to help them with coding problems. That is actually quite a
good deal for a corporation, though not for a student.
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
Clinto - 05 Mar 2008 01:18 GMT
On Mar 4, 7:06 pm, Roedy Green <see_webs...@mindprod.com.invalid>
wrote:
> >I am trying to write a simple program for a blackberry that will take
> >two integers as inputs from the user and add them together and return
[quoted text clipped - 13 lines]
> Roedy Green Canadian Mind Products
> The Java Glossaryhttp://mindprod.com
Unfortunately I don't have a blackberry either. However, I did
download Blackberry JDE 4.3.0 which has a build in blackberry
simulator that is really cool. I am thinking about getting the Pearl
though. I am doing this as an offshoot of a homework assignment. I
have started and will not be able fulfill my life until I complete
this.
> Hello,
>
[quoted text clipped - 6 lines]
> scanner. Does anyone know what contructor and what methods I should
> use? Thanks.
Hey,
What you probably want to do is create a screen with an EditField.
Then use EditField.getText() to get the user input.