
-----------------------------------
con.focus
Mon Dec 05, 2005 10:27 am

getting input
-----------------------------------
wut is the easiest way to get input fromm java

-----------------------------------
Tony
Mon Dec 05, 2005 10:36 am


-----------------------------------
input from Java? so like... output?

System.out.println(data);


-----------------------------------
con.focus
Mon Dec 05, 2005 11:00 am


-----------------------------------
no what i meant was getting input fro the user w/o using JOptionPane

-----------------------------------
wtd
Mon Dec 05, 2005 11:02 am


-----------------------------------
Ummm... using System.in, preferably wrapped in a BufferedReader?

-----------------------------------
con.focus
Mon Dec 05, 2005 11:02 am


-----------------------------------
can u show me ?

-----------------------------------
wtd
Mon Dec 05, 2005 11:05 am


-----------------------------------
Try reading some of the tutorials here.  Or try Googling for "getting input from the user in java".  The first several answers are just what you're looking for.
