Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AtlantaFX-2.1.0-linux-amd64.tar.gz | 2025-07-11 | 125.6 MB | |
AtlantaFX-2.1.0-scenebuilder-themes.zip | 2025-07-11 | 319.0 kB | |
AtlantaFX-2.1.0-themes.zip | 2025-07-11 | 201.9 kB | |
AtlantaFX-2.1.0-win-amd64.zip | 2025-07-11 | 109.1 MB | |
README.md | 2025-07-11 | 1.5 kB | |
v2.1.0 source code.tar.gz | 2025-07-11 | 26.5 MB | |
v2.1.0 source code.zip | 2025-07-11 | 29.1 MB | |
Totals: 7 Items | 290.9 MB | 1 |
Added
- (Base) 🚀
TabLine
component is an alternativeTabPane
control with custom slots, resize policies, tabs pinning and more. - (Base) 🚀
SegmentedControl
is another tabs component flavor for a limited number of fixed tabs. - (Base) 🚀
SelectableTextFlow
is aTextFlow
that supports text selection. - (Base) Label graphic support in the
ToggleSwitch
(thanks to crschnick). - (CSS) Size modifiers support for
ComboBox
andChoiceBox
. - (CSS) Flat style support for
ToggleButton
. - (Sampler)
DevToolsFX
support for inspecting the scene-graph.
Improved
- (Build) Java version bump to 21.
- (Build) JavaFX version bump to 22.
- (Base)
PasswordTextField
bullet constructor made public. - (CSS) Embedded PNG files compression (thanks to jandk).
Fixed
- (Base) Rare drag NPE in
Popover
(#66). - (Base)
TileSkinBase
change listener update logic (#74). - (Base)
Timer
inPopover
that prevented shutting down JVM after primary stage closed (#109). - (Base)
ModalPane
transitions on content change (#140) (thanks to crschnick). - (CSS) Overlapping
ModalPane
scrollbar (#88). - (CSS)
TextField
color in editableComboBox
(#98). - (CSS) Font icon colors for
MenuButton
's context menu (#100). - (CSS) Individual cell selection color (#108).
- (CSS) Cell height artifact with fractional scaling (#111).
- (CSS) Sharp corners due to missing
background-radius
(#112). - (CSS)
Checkbox
andRadio
labels alignment (#115).