Thanks for all the advice. OK, the next newbie question. After testing the app (the 3 java files in the RFMod package) I want to include this package in a larger application. To do that, I understand that I should remove the "main" method from this package (as I'll use the main function/method of the new main program).
Is there any other gotchas or changes I should remember to make to the code if I want to import the package into another app? Regards Chavoux
