JCheckBox and sql recordset
hi.. i am working on a simple java application that run on the user pc locally... the application is some sort of bill management.. when the user click customer the program will get the list from the database and display on the JTextField with checkboxes beside every record in Frame A.. the user could select those check boxes and click on example status.. the program will go to Frame B with all the data being selected at Frame A??
i am trying to find out how do i link the recordset with the check box so that the i got do the transfer from frame A to frame B?
Re: JCheckBox and sql recordset