I am using JavaFX and I encountered one problem in my TableView. I have a column which shows 0 or 1, how can I change it into showing an image instead of numbers?
- If value is 0 I want to show image minus.jpg
- if value is 1 I want to show image plus.jpg
I forgot to add that I am retrieving data from database and all data is displayed automatically.