gpt4 book ai didi

java - 如何表示垂直的 showOptionDialog 按钮

转载 作者:搜寻专家 更新时间:2023-11-01 03:25:15 24 4
gpt4 key购买 nike

我想以垂直方式表示我的按钮,这是我的代码:

这些是我的按钮标签代码:

String[] choices = {"31", "63", "127", "255", "511", "1023", "2047", " ... or Quit"};

这是对话框选项:

while (true) {
int response = JOptionPane.showOptionDialog(
null
, "Please select the sequence-length you want ...\n"
, "Gold Code generator"
, JOptionPane.YES_NO_OPTION
, JOptionPane.PLAIN_MESSAGE
, null
, choices
, "None of your business"
);

那么……能不能用垂直的方式来表示,而不是常见的水平的方式呢?

最佳答案

JOptionPane 没有垂直按钮方向选项;您必须通过子类化 JDialog 来创建自己的对话框才能执行此操作。

关于java - 如何表示垂直的 showOptionDialog 按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15616307/

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