I am working with Swing and I am new to it.
When I click a button, new window will open (a JFrame
), and I want to deny the user from selecting the background window unless and until he closes the new window. New Window should not minimize and maximize also.
How to achieve this?