gpt4 book ai didi

java - 在 JTabbedPane 选项卡中添加 JButton

转载 作者:行者123 更新时间:2023-12-04 05:18:51 26 4
gpt4 key购买 nike

这个问题在这里已经有了答案:




8年前关闭。




Possible Duplicate:
Adding a button component to a java tabbed pane in java



是否可以将按钮添加到 JTabbedPane 选项卡(选项卡本身),以便在单击时可以执行操作,例如关闭选项卡?

最佳答案

当然。首先添加一个这样的选项卡:

JTabbedPane tabbedPane = new JTabbedPane();
tabbedPane.add( "title", content );

然后用这个更改“标题”标签:
tabbedPane.setTabComponentAt( 0, new JButton( "This is now a button!" ) );
// 0 is the tabindex

关于java - 在 JTabbedPane 选项卡中添加 JButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13916651/

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