This is JavaFX tutorial about JavaFX 2 ListView. The ListView class represents a scrollable list of items. Below is a example how our ListView will look in the end of this tutorial. In this tutorial, I am going to create JavaFX 2 ListView and implement OnMouseClicked Event Handler. |
If you have any comments, questions, and anything like that, please feel free to leave a comment below, or at least if you like this tutorial you can SHARE it with your friends.
Hi, Good work for all the blogs. It would be more helpful for JavaFX freshers if you have shown the Horizantal list view example also.
ReplyDeleteThanks & Regards,
Sai Pradeep Dandem.
Thanks for the idea, I'll do tutorial about it. :)
ReplyDeleteThat bunch of if-else-if in the click event looks awful. Change it to use binding or something like that
ReplyDeleteThanks for advice.
ReplyDeletethe example is nice can you give me an example for create a list by selecting an item in the list the data should be coming from database updated in the tableview.
ReplyDeleteI hope that I will have time to do tutorial for that. ;)
ReplyDelete