dlsc-software-consulting-gmbh / GemsFX

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

Optimize NotificationView to Reuse Center Box #148

Closed leewyatt closed 1 month ago

leewyatt commented 1 month ago

Currently, the NotificationView component creates a new center box each time content is expanded or collapsedThe goal of this issue is to enhance the NotificationView by modifying it to reuse the existing center box instead of creating a new one each time.