View Single Post
Pro contributor
4Dec2011,00:25  
virxen's Avatar
maybe this?

Code:
......
        backLabel.setBounds(40,45, 627, 364);
        mainpanel.add(backLabel);
        mainpanel.add(mainhead);
        add(mainpanel);
        SecondComp obj = new SecondComp(mainpanel);
.......