JDialog with minimize button
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.
No, JDialog cannot be decorated with a minimize button (modal or not).
精彩评论