You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #35 is implemented in v1.2.10 update I'll be free to add new features to JTabbedPane and the first one that is often requested is possibility to add leading/trailing components to the tab run (before and after the tabs).
Since new JTabbedPane UI implementation will be using custom containers for all of it's parts - it will be pretty easy to add and will surely be worth it.
The text was updated successfully, but these errors were encountered:
mgarin
changed the title
Add support for leading and trailing components within JTabbedPane
Leading and trailing components for JTabbedPane tab area
Sep 19, 2019
- WebTabbedPane.java - Added methods for configuring leading and trailing `TabArea` components
- WTabbedPaneUI.java, TabAreaLayout.java - Added support for leading and trailing `TabArea` components
- TabContainerLayout.java - Last tab run will now always adjust it's height to remaining space to avoid unused space in case of wide leading or trailing components
Utilities
- ClientProperty.java, NullableClientProperty.java - Added notes for future improvements
Once #35 is implemented in v1.2.10 update I'll be free to add new features to
JTabbedPane
and the first one that is often requested is possibility to add leading/trailing components to the tab run (before and after the tabs).Since new
JTabbedPane
UI implementation will be using custom containers for all of it's parts - it will be pretty easy to add and will surely be worth it.The text was updated successfully, but these errors were encountered: