Just a friendly hello and first question
Hey, all. I'm new here and hoping to improve my Java skills (I am very new).
Few questions:
Trying to create multiple GUI Windows with one program. How can I set a GUI window to appear in a different part of the screen. I am trying to create three at once.
What are some uses for having the GUI set to invisible?
When working with GUI Windows, what are the other commands (and uses for the commands) other than setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE)?
Also, when working with multiple (such as with 4 or 5) GUI windows, when I close one by clicking the X, they all close. Is there a way to remedy this?
I'm sure I'll think of more, but those are the one I can think of for now ^_^.
:confused:Your confused new fellow Java programmer:confused: