this is for IM window..
when window opens I would like focus to be in bottom area (where user
types msg) so I set top Area to setFocusable(false); but I also need
users to be able to select and copy text from that top Area.. How can I
make it so top area is not in focus when window opens but users can
still select and copy text after a msg has appeared in that window?
thank you..
Frances Del Rio - 04 Oct 2005 22:14 GMT
> this is for IM window..
>
[quoted text clipped - 4 lines]
> still select and copy text after a msg has appeared in that window?
> thank you..
tried transferFocus() but it's being ignored..
thanks again..