Re: Dynamically adding components



Hi,

Try revalidate. If that dosn't work I'll send you an example.

regards

Alistair Jones wrote:
Hi,

I'm working with a JPanel where I want to dynamically add and remove
JTextFields when the user clicks a button.

I've gotten to the point where they add correctly but wont show unless I
resize the window. I've tried using repaint() on just about everything
I can. Is there something I'm missing?

Thanks in advance,
alistair

.