rickcr,
it sounds like you want an application that is somewhat like and executable file. the best way to do this is to add all of the necessary class files to a jar, and to update the manifest file in the jar to include the line
Main-Class: mainclassname
then when you double click on the jar file it runs the program.
------------------
I hope its helps, feel free to email me
noahcarroll@juno.com