dlsc-software-consulting-gmbh / jfxcentral2

Version 2 of JFXCentral.
76 stars 10 forks source link

Update click handling in list and hyperlinks #621

Closed leewyatt closed 4 months ago

leewyatt commented 4 months ago

Refactored the event handlers for clicking on list items and hyperlinks. Clicks are now only activated when the mouse has not moved between the press and release events. A new ListViewUtil class has been created to encapsulate this logic for list items, cleaning up code in other areas of the application.