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.