Hi,
Currently I'm developing a chat application using javaFX 2.0. Here I've faced many issue while manage rendering complex UI components inside a ListView, which I used to present chat history messages. According to the documentation javaFX using Retained mode APIs for GUI components rendering. Is that why my ListView getting stuck at some points when it's rendering. I used many of best practices suggested in the Oracle documentations. I've used ListCellFactory to render the custom objects in the ListView. Please suggest me a way to improve the performance of my application.