I have two java applications. One searches a database checks to see if there is already an entry. If there is it will prompt the user to submit another entry. If the entry is not there I would like for that application to close and another application that allows them to enter information appear.
So after the action event on the button fires and the search for the entry is complete what is the best way to start the second application?