Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
3.50/5 (2 votes)
See more:
how to integrate a gui into another gui in java swing?

I have already designed a GUI(DB Settings), but requirement has changed. I need the exact same one in another main GUI.

Any help or suggestions would be most welcome.
Posted

1 solution

- build "old" project as *.jar
- add the jar to the new project
- access jar when needed.

You'll have to create the App-Starter etc. new, but those parts of the old application, which remain unchanged can be accessed pretty simple. The old GUI can be extended fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900