TabbedPane:

- added icon-only tab mode, which shows tab icons but hides tab titles
- in "Show Hidden Tabs" popup menu, do not show text "x. Tab" if tab has icon but no title (issue #1062)
This commit is contained in:
Karl Tauber
2025-11-29 18:11:31 +01:00
parent 3a72232ae3
commit 08419d6135
7 changed files with 122 additions and 29 deletions

View File

@@ -484,7 +484,7 @@ public class FlatTabbedPane
// NOTE: enum names must be equal to allowed strings
public enum TabWidthMode { preferred, equal, compact }
public enum TabWidthMode { preferred, equal, compact, /** @since 3.7 */ iconOnly }
/**
* Returns how the tabs should be sized.