Re: TextListener Event



Hi JediJ,

Thank you for your help with this. I thought about using focus as possible
way to do this, but I didn't know how to implement it.

>while JComponent
> is a swing component, it is a direct decendant of Container, which is a
> decendant of Component, both of which are AWT. Thus, you inherit all
> functionality of the awt components (including the listeners).

That thought occurred to me, but I couldn't figure out how to take advantage
of it. I've spent so much time hopping around the Java documentation, it's
making my head spin. I'll look into both of these options and see if I can
make it work.

Thanks again for your help. I'll let you know what I come up with.

--
Ron Barnhart


.