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
Larry Barowski - 23 Jul 2006 01:02 GMT
> Hi,
>
[quoted text clipped - 4 lines]
> resize the window. I've tried using repaint() on just about everything I
> can. Is there something I'm missing?
Try revalidate().
Alistair Jones - 23 Jul 2006 01:13 GMT
You're right! Thanks, that worked well and I appreciate it.
-alistair
>>Hi,
>>
[quoted text clipped - 6 lines]
>
> Try revalidate().
dude - 24 Jul 2006 12:46 GMT
Hi,
Try revalidate. If that dosn't work I'll send you an example.
regards
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks in advance,
> alistair