Hi you can make the dialog modal, like this (which will mean that check() doesn't immediately return, which is the problem currently)
rg = new RapidSpellGUIDialog( owner, true );
rg.check(TA1);
rg.check(TA2);
Note that it uses RapidSpellGUIDialog and not RapidSpellGUI. Also it expects 'owner' which should be the JFrame or Dialog of your main app.
Best
Jim
-your feedback is helpful to other users, thank you!Evaluation Downloads-your feedback is helpful to other users, thank you!