Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaFX ListView cell rendering performance is very low

d2cd8c88-de80-4921-a40b-32131914f648Jan 4 2019 — edited Jan 4 2019

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.

Comments
Post Details
Added on Jan 4 2019
0 comments
388 views