gpt4 book ai didi

java - 为什么 JOptionPane.showInputDialog 不需要父组件参数,但 JOptionPane.showConfirmDialog 需要?

转载 作者:行者123 更新时间:2023-11-30 06:31:42 26 4
gpt4 key购买 nike

JOptionPane.showInputDialog 有一个不需要父组件参数的表单。 JOptionPane.showConfirmDialog 确实如此。这是为什么?

最佳答案

JOptionPane.showInputDialog has a form that requires no parent component argument. JOptionPane.showConfirmDialog does.

来自 showConfirmDialog(Component parentComponent,Object message)

parentComponent - determines the Frame in which the dialog is displayed; if null, or if the parentComponent has no Frame, a default Frame is used

所以..

Why is this?

不是。

关于java - 为什么 JOptionPane.showInputDialog 不需要父组件参数,但 JOptionPane.showConfirmDialog 需要?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9577571/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com