Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need a code that can let me search my jtable details through the jTextfield.. My jtable is connected with my database and i hope when i was insert character in the jTextField, it will display result based on the single column..

As i mention, when i was insert "USA" in the jTextfield and pressing search button, it will just shown only USA Fried Rice in the jtable as example..

http://www.youtube.com/watch?v=xgwow9ogab0 This is something what i want but maybe i'm a newbie, so i can't understand his code.. And i used netbeans to do myproject..

share|improve this question
It would be of more help to see the code that pertains to the problem, rather then a video which shows no source...Also shows some input and expected output, and the actual output, so we can see what's going wrong – David Kroukamp Jul 16 '12 at 7:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.