NetBeans-Retrieve one by one

aks1993

Broken In
Hi,
I am currently using Java Netbeans to make a s/w.
i am using mysql 5.0 database for connectivity.

prob:-
in my one frame i have created
-A(jtextField)
-B(jtextField)
-C(radioButton)
-OK(jbutton)

i have created a table named XYZ
in which column 1 is A
column 2 is B

now i want the program to show rows of the table one by one in textFields(which is A and B)
and wait till the radiobutton isselected and jbutton is clicked
and then move to second row.....
can anyone help me in this matter
u need not to write the code a brief wordings will be do fine for my mind to work...
 
Top Bottom