Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I want my Java plugin to recheck the text after some delay (when there is no typing during 0.6 seconds).
I use java.utils.Timer for Arbortext Editor 5.2. I want to start it in the onkeyup event handler. What can serve as onkeyup event?