I am new in Java and I am using Eclipse as an IDE. I mean to build a Windows Application using JFrame
windows. My Project is Library Management System contains about 6 frames including 1 main frame which is Login Panel all others are open on the basis of the Login name and Password used.
What I want is to make a Run able Jar file which contains all frames.
How to make a runnable Jar file of my project which contains multiple frames which are interconnected with each other?