Monday 21 November 2016

In a database application i design a frame where user insert data and data is inserted in database user can also delete update for retrival i have make another frame on which there is a table which contain data from database now i wanted to add itemlistener on the table that when i click any data in table it shows me on text fieds...............in different frame.......
here links of my code

3 comments:

  1. show data which is clicked in table...............in that textfields which are use to insert data in database

    ReplyDelete
  2. So you have to declare 2 punblic methods to receive the values and you can pass from other frames

    ReplyDelete
  3. sir i have found a solution. i have make the text field public and with frame refernce it have set data on them

    ReplyDelete