views:

440

answers:

1

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 difficult to change from JDialog to JFrame.

+2  A: 

No, JDialog cannot be decorated with a minimize button (modal or not).