gpt4 book ai didi

java - 如何在 JFrame 上的 JOptionPane 中显示我输入的内容?

转载 作者:行者123 更新时间:2023-12-01 06:57:24 24 4
gpt4 key购买 nike

我想做的是当我在 JOptionPane 中输入一些内容时,比如 APPLES。我想在 JFrame 中将其显示为 APPLES。现在,如果我接下来要输入 CATS,它将与 APPLES 一起出现在 JFrame 中。

它应该看起来像这样:APPLES CATS

当我输入更多内容时,它只是显示并显示。我知道如何做到这一点的唯一方法是使用 JLabel setText,但它只显示一个单词。如何显示我输入的所有单词?

最佳答案

but it's only displaying ONE word

希望您能在 JFrame 的 JOptionPane 中获得文字,请尝试以下操作:

jLabel.setText(jLabel.getText() + " " + strGotFromJOptionPane);

此处 strGotFromJOptionPane 是您从 JOptionPane 获取的文本。

关于java - 如何在 JFrame 上的 JOptionPane 中显示我输入的内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8323137/

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