i had a Jtable, textfield, combo box and a Jbutton
i wan to enter something into textfield, select something on combo box and after clicking the button, the textfield, combo box will draw the data to database and set it to the Jtable. every time i key in something to text field, i want to the data to be appear in Jtable. is this possible? How can i do it??