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..