populating the data from the database on the JPanel
Submitted by merosansar on Mon, 01/25/2010 - 11:39.
I hava loaded the rows of data from the database in the list.Now I want to display the data on JPanel which is loaded inside the parent JPanel on button click.
Any help will be appreciated.