Alex Cass

Greenhorn
+ Follow
since May 17, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Alex Cass

I just made an application with javafx that cycles videos in a folder.
I had to set the next video firing the setonendofmedia event, so they are in a cycle, but the problem is that the application loads every video at the beginning, so after a while it fills memory and crashes.Is there another way to cycle videos without pre-load them or a way to flush memory every while?

My Code :



I used VisualVM;
The heap usage is OK.
however, the program freezes after two hours.

To integrate javafx in swing use this code :



But reading this article ( http://wiki.apidesign.org/wiki/JavaFX ) I understand that the algorithm is obsolete.
It does not quite find what is the algorithm that improves the integration of javafx and swing without using separate threads.
9 years ago