I have written 2 different applications ( so they are 2 different projects/packages). How can I do : by clicking a button in a jframe in first app, the jframe in second app appears ? for example first app is "login" and second app is "register a new user". It has a button in login jframe which clicking that, leads to "register a new user" in application 2 !
I do not want to integrate 2 applications because it gave me so many errors. I just want to make a connection between them. is it possible ??