简体   繁体   中英

Enabling minimize option in JOptionPane.showOptionDialog

是否可以在JOptionPane.showOptionDialog()启用最小化选项,如果可以,我们如何设置它?

JOptionPane uses JDialog in order to be displayed. Unfortunately JDialogs cannot have minimize/maximize button.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM