Please Help me out.. Urgent
problem 1: I would like the corrresponding classes(of JPanel, which are added to each JTabbedPane) to be loaded everytime I switch between JTabbedpanes.
problem 2: overlapping of Components(like Choice) of JPanels which I embedded in each JTabbedPane.
problem 3: I have inserted the return values of the ResultSet in a Table. The code for which is written in ActionPerformed method of JComboBox. So when I select the value from the Combobox, the actionPerformed is called and the return value of the ResultSet changes and correspondingly a new table is created and added at the exact place of previous table. But my problem is the previous table is not getting refreshed...
Both tables are getting overlapped and the display is not proper.

