gpt4 book ai didi

java - JtextPane 不显示在 JscrollPane 中

转载 作者:行者123 更新时间:2023-12-01 13:55:34 25 4
gpt4 key购买 nike

我有一个文本 Pane ,我想将其添加到 JscrollPane 中。但我看不到文本 Pane 。这里出了什么问题?

        crimepanel.setBounds(new Rectangle(660, 250, 295, 35));
scroll.setBounds(new Rectangle(655, 240, 305, 55));
scroll.add(crimepanel);
this.getContentPane().add(scroll, null);
this.getContentPane().add(crimepanel, null);

最佳答案

我明白了!正确的代码是:

        scroll.getViewport().add(crimepanel, null);
this.getContentPane().add(scroll, null);

关于java - JtextPane 不显示在 JscrollPane 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19654322/

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