Hi guys!
I need to develop a GUI for an existing command line application, which is based on JDK7. This application accesses an online service via REST. To show the data on the screen, I need to show it in a tree and also the tree needs to allow lazy loading. It seems that Swing/JavaFX does not support lazy loading for their TreeViews?
Can somebody recommend a Java Frontend Framework which is able to generate TreeViews with lazy loading?
Regards
Kaffi