Is it possible to have a minimize and maximize button for a non-modal(modal=false)JDialog.I know JFrame is the ideal solution for this but this change has to be made in an existing code and its little
I have a Undecorated Modal JDialog which I want to setVisible(false) when the user clicks outside of the modal dialog.
I have a JInternalFra开发者_高级运维me window that needs to popup a modal dialog box when a JButton is pressed. At first, I tried using JDialog, but I found that JDialog constructor needs: