gpt4 book ai didi

java - 使用单个 JPanel 的 JTabbedPane 中的多个选项卡?

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:31:02 25 4
gpt4 key购买 nike

是否可以为 JTabbedPane 中的多个选项卡项使用单个 JPanel

例如:

JTabbedPanel tabs=new JTabbePanel();

JPanel panel=new JPanel();
JButton but=new JButton("TEXT");
but.addActionlistener(this);
panel.add(but)

tabs.add("First",panel);
tabs.add("Second",panel);

ActionListener 被添加到 JTabbedPane 以通知程序选项卡更改(将 cur_tab 更改为选项卡编号)

public void actionPerformed(..)
{ System.out.println("Now in "+cur_tab); }

最佳答案

The same component cannot be used for several tabs

取自here

关于java - 使用单个 JPanel 的 JTabbedPane 中的多个选项卡?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7472428/

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