dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Remove Test Code and Replace Orientation Property with Styleable Attribute in BeforeAfterView #156

Closed leewyatt closed 2 weeks ago

leewyatt commented 1 month ago

The BeforeAfterView component currently contains some code that was only intended for testing purposes and should be removed to clean up the codebase. Additionally, the existing Orientation property can be replaced with a styleable attribute to enhance flexibility and integration with CSS.