Skip to content

Possibility to hide single tab in WebTabbedPane #74

@Endogen

Description

@Endogen

Currently there is no way to hide the tab bar if only one tab is present. But i think that this would be a pretty cool (optional) feature!

It is possible to call

webTabbedPane.getTabComponentAt(0).setVisible(false);

but that will hide everything, not just the tab bar. Also see this for further information: http://stackoverflow.com/questions/942500/is-there-a-way-to-hide-the-tab-bar-of-jtabbedpane-if-only-one-tab-exists

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions