I seems to have memory leak
problems in my javaFX
application, i have been using the net beans profiler tool to help me locate the source of the leaks but i have hit a wall as I'm not sure exactly what I'm doing.
now i have looked at tutorials,and they say to monitor the surviving generations
of a object but I'm still unsure what to with this information. I have taken a screenshot of the highest surviving generation
objects while i was monitoring my application.
Can someone explain to me what exactly i should be doing with these objects or are they actually causing a memory leak
?