Results 1 to 2 of 2
- 09-24-2010, 06:08 PM #1
Member
- Join Date
- Mar 2010
- Posts
- 49
- Rep Power
- 0
Reading strings from the user but dont want to accept numbers ,!
How to make this ,,
Reading strings from the user but dont want to accept numbers ,!
JTextArea area = new JTextArea(30,30);
String string = area.getText();
now ^^ i read the string,, but dont want to the user to insert any numbers,, how to make this ??:confused:
- 09-24-2010, 07:08 PM #2
Similar Threads
-
How to accept operator from user in jdbc ?
By senidaljeet in forum JDBCReplies: 5Last Post: 05-13-2010, 08:59 AM -
Sorting printed ArrayList of user inputted strings.
By movsesinator in forum New To JavaReplies: 3Last Post: 04-03-2010, 09:27 PM -
While loop comparing strings from user
By N3VRMND in forum New To JavaReplies: 5Last Post: 10-30-2009, 08:18 AM -
How to make a text field to accept numbers only?
By Robert_85 in forum Advanced JavaReplies: 15Last Post: 04-07-2009, 01:30 PM -
Reading in strings
By thekermo in forum New To JavaReplies: 2Last Post: 10-19-2008, 05:24 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks