gpt4 book ai didi

java - 向 JPanel 添加滚动

转载 作者:行者123 更新时间:2023-11-29 02:59:57 25 4
gpt4 key购买 nike

<分区>

我在向我的 JPanel 添加滚动条时遇到问题。这是我的代码,但它不起作用!我需要帮助!


public class DocumentView extends JPanel implements EventListener,MouseListener{

public String name;
private Document document;
private Dimension dim;
public DocumentView dv;

JScrollPane scrollPane = new JScrollPane(dv,JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);


public boolean selected = false;

public DocumentView() {
setBackground(Color.GRAY);
this.add(scrollPane);
setVisible(true);

addMouseListener(this); //za kontra focus
}
}

什么不起作用

它应该是一个文档,你可以在其中添加页面......所以当我在一个文档中添加超过 2 页时,它无法显示所有它只是添加它们但我看不到它们......这就是我需要滚动条的方式....不工作,我的意思是当我添加超过 2 页时它不会添加滚动条。

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