After the user selects a record displayed using a JTable, I would like to know what the next screen would be. Do I display the selected record selected & also ask the user the number of seats to book ? I am done till the JTable display & confused how do go about it next. Please reply. poornima.
Rick Fortier
Ranch Hand
Joined: Jun 04, 2001
Posts: 147
posted
0
My panel with the JTable also has a listbox where the user can select the number of seats for the flight selected.
Vivek Viswanathan
Ranch Hand
Joined: Mar 03, 2001
Posts: 350
posted
0
Here is wat I did I display a new dialog box that displayed all the information about the select record, in this dialog that user has a choice to enter the number of seats that he has to book. After here enters the number of seats that he has to book, he cicks on 'Ok'.