gpt4 book ai didi

java - 如何设置 JOptionPane 的位置

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:07:16 25 4
gpt4 key购买 nike

我正在创建这个 JOptionPane

JOptionPane.showMessageDialog(this, "File was saved", "Save", 
JOptionPane.INFORMATION_MESSAGE);

但是我的 JFrame 很大,所以它可以滚动。当我调用这个命令时,在右下角创建了一个窗口,我只能看到标题。如何更改此 JOptionPane 的位置?

最佳答案

根据 api 1.6:

the first parameter is parentComponent:

Defines the Component that is to be the parent of this dialog box. It is used in two ways: the Frame that contains it is used as the Frame parent for the dialog box, and its screen coordinates are used in the placement of the dialog box. In general, the dialog box is placed just below the component. This parameter may be null, in which case a default Frame is used as the parent, and the dialog will be centered on the screen (depending on the L&F).

所以没有参数来设置 JOptionPane 的位置,但您至少可以将 null 作为 第一个参数 传递,以确保您的 JOptionPane 清晰可见并居中。

关于java - 如何设置 JOptionPane 的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8144018/

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