I have a JXTable
in my swing app. When I press ctrl+F on the table, default search panel is opening.
This panel finds only substrings. I need to find similar words with my InputText. For example, I write "test" result may be "tost", "tests", "est", "tst" and etc. How do i change this searching method to my own algorithm ? Is it possible ? Or Should I disable default seaching and create my own ?