Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

jTextField Case Sensitivity!

843805Apr 19 2007 — edited Apr 20 2007
Hi guys,

Just wanna ask how i'm going to set my jTextField that accept Lowercase and Uppercase? it's not Case Sensitive.

i'm using netbeans 5.5.

like this:
     String input = item_desc_t1.getText();
                input.equalsIgnoreCase(input);
there's another way? thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2007
Added on Apr 19 2007
1 comment
334 views