I am new to Java Swing. I just started to learn about Swing. I see these tutorial videos to develop GUI for ones needs using Net-beans/Eclipse. My question might be simple/funny to most of you guys.
Lets say GUI is developed to do basic calculation like addition/multiplication and when the project is run on Eclipse/Net-beans its doing perfectly fine.
How do we bundle the code and give it to users so that they can the GUI to do any calculation? Is it something that will be bundled as setup or exe file? Basically, how do other use this UI?