Work in progress (continued - very close to finished): Navigation Control
New:
- when shrunk, show popup menus when clicking items - scroll bar shows when items exceed space
- animations when shrinking and expanding
#javafx#java#fxcomponents#fxthemes
...As mentioned last week, this control (NavigationPane) that's in the fxcomponents library uses the fxthemes library behind the scenes to achieve the background blur effect on the window. That effect is also present in part of the control.
#fxcomponents#fxthemes#javafx#java
2 - Ability to shrink/extend menu items
3 - Possibility to add footer menu items (Account and Help in the video)
4 - Possibility of having a hierarchy of menu items (child items inside menu items)
#fxcomponents#fxthemes#javafx#java
Work in progress (continued): NavigationPane Control
A few more improvements since last week.
1 - changed background blur to be slightly more pronounced
(Looks slightly better live than in the videos)
(More below ⬇️)
#fxcomponents#fxthemes#javafx#java
New API to change the backdrop of a native Window.
You can make the Window background blurred and transparent in 3 ways with 3 different materials: Acrylic, Mica and Mica Alt.
#Java#JavaFX#FXComponents