开发者

JDialog with minimize button

开发者 https://www.devze.com 2022-12-13 13:00 出处:网络
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

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消