We have 3 classes.In first class,we have a content pane and we have created object of second class on it.In second class,we have
added a few textfields.We want that all these textfields of second class should be visible in third class.Third class also has its own GUI components(textfields).

But the problem is that textfields in second class are not visible in third class.We have used removeAll() and repaint() methods for
removing components of third class and adding textfileds of second class.But it's not working.How can we do this?

Hello,

Can you please post your code here ? :D

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.