gpt4 book ai didi

java - 在同一个 jScrollPane 中制作两个表

转载 作者:行者123 更新时间:2023-12-02 02:38:23 25 4
gpt4 key购买 nike

我想在同一个 Pane 中创建许多表,并通过单击按钮隐藏一个表并显示另一个表来显示我想要的表,问题是我无法在 NetBeans 中将一个表放在另一个表之上。我怎样才能将所有表格放在另一个表格之上?

最佳答案

and show the one I want by clicking on a button by hidding a table and showing the other

不要尝试在同一个滚动 Pane 中放置两个表。

如果您想更改滚动 Pane 中的组件,只需使用:

scrollPane.setViewportView( theOtherTable );

或者您可以只更改表格的模型:

table.setModel( ... );

关于java - 在同一个 jScrollPane 中制作两个表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45891093/

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