gpt4 book ai didi

java - 如何在新添加的文本末尾自动显示插入符号到 java 中的 textArea?

转载 作者:行者123 更新时间:2023-11-29 08:09:32 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Automatically scroll to the bottom of a text area

我有 TextArea 组件。在不同的情况下,我应该向其附加文本。我希望插入符号出现在新附加文本的末尾,如果文本太大,则自动向下滚动。

textAreaStatus = new WebTextArea(
"1- Click on the refresh icon to get newest file.\n" +
"2- Select destination if needed.\n" +
"3- Click download button to start downloading.\n");
textAreaStatus.setBackground(Color.black);
textAreaStatus.setCaretPosition(textAreaStatus.getText().length());
textAreaStatus.getCaret().setVisible(true);

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