Currently all popup windows are swing dialogs which omit the min, max, close buttons on the window. Change to swing frames so users have more control. Focus the existing window if the user tries to open that window again (avoid duplicate windows).
Additionally when windows are closed or cancelled we should simply hide the window. This will preserve the state of the window.
Currently all popup windows are swing dialogs which omit the min, max, close buttons on the window. Change to swing frames so users have more control. Focus the existing window if the user tries to open that window again (avoid duplicate windows).
Additionally when windows are closed or cancelled we should simply hide the window. This will preserve the state of the window.
raised by @ncatlett