Hi,
I have a frame which has tabs (code is below)--


private JPanel mainPane;
private JFrame fr;
public TabClass(){
super("change this title");
fr=new...