Hey
I have set up a tabed pane with 4 tab's the first 3 with TextArea's and
the last with a panel with some buttons and text fields, but my problem is
on loading the program, some of the button's on the last tab can be seen
on the other tabs untill I actually go to the last tab, then every thing
is ok again. If anyone has any Ideas feel free to share and sorry if it's
a bit discription.
Thanks in advance
Niall
Christophe Vanfleteren - 16 Apr 2004 11:01 GMT
> Hey
> I have set up a tabed pane with 4 tab's the first 3 with TextArea's and
[quoted text clipped - 6 lines]
> Thanks in advance
> Niall
Are you mixing Swing and AWT components?
I can't tell because of the code you didn't show.

Signature
Kind regards,
Christophe Vanfleteren
Niall - 16 Apr 2004 11:34 GMT
Yes That was my problem, sorry for not showing the code but I finally fixed
the problem, thanks anyway.