Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以为非模态(模态=假)JDialog 设置最小化和最大化按钮。我知道 JFrame 是解决此问题的理想解决方案,但是必须在现有代码中进行此更改,并且从 JDialog 更改它的难度很小到 JFrame。
不,JDialog 不能用最小化按钮(模式或非模式)装饰。