Hi,
I'm looking for a reusable GUI component, similar to JTextArea + text
search capability, similar to 'find' dialog in Mozilla Firefox browser,
which is attached to the bottom of the area.
Any hint is appreciated.
Many thanks,
Andrei
Paul Lutus - 18 Oct 2004 17:39 GMT
> Hi,
>
> I'm looking for a reusable GUI component, similar to JTextArea + text
> search capability, similar to 'find' dialog in Mozilla Firefox browser,
> which is attached to the bottom of the area.
> Any hint is appreciated.
Well, there's always the option of writing some code. It is easy to create a
combination of a JTextArea and a search algorithm that relies on an entry
into a JtextField. Typically the search algorithm reacts to each entered
character by finding the first match and highlighting it. This is a nice
way to speed up the search and provide preliminary general results as the
user types in a specific query.
BTW this is exactly how the Mozilla search feature works.

Signature
Paul Lutus
http://www.arachnoid.com