How to add a mouse doubleclick event listener to the cells of a ListView in javafx? - Stack Overflow
Thu Dec 03 2020 16:35:03 GMT+0000 (Coordinated Universal Time)
Saved by @jasoncriss
can also use % 2 == 0
https://stackoverflow.com/questions/22542015/how-to-add-a-mouse-doubleclick-event-listener-to-the-cells-of-a-listview-in-java
Comments
@Fraxxinus - Fri Jan 07 2022 20:08:57 GMT+0000 (Coordinated Universal Time)How can you use the Object you get (currentItemSelected)? Like fe, how do I get a String out of this, when I first wrote a String to the ListView?