I have created a JavaFX application, I have built native bundle using Ant, and I am obfuscating jar with Proguard-4.8.
I am able to create native bundle exe using that obfuscated jar successfully. When I run it, it launching the application successfully, All things are working fine, but there ia one problem in TableView. That is data are present in TableView, but I am not able to see data in TableView.
Below the screen shot taken from exe for TableView is attached –

Is there any extra settings or code changes needed in class which are mapped to Tableview for data association, at the time of obfuscating.
I am getting my own way
I use the long form of PropertyValueFactory :