Sorry, I'm fairly new with Java. I created a new project in NetBeans by selecting New Project --> Java Desktop Application. This is what NetBeans produced for me:
My goal is to display a series of menus which the user can select and input values to receive an end value. So I made the code for it and implemented GUI codes, and everything seems to work fine within NetBeans. Except, when I go to run the program, this is what happens:
Both the GUI window shows up and the desktop application window.
(1) How do I get what I have in the GUI window to appear in the desktop application window?
(2) How do I get the application to show up on my desktop?
(3) Also, how can I get that application onto other desktops?