I'm doing a desktop application in which I play a video in a JFXPanel (it's what I found to play videos) and it shows text about the video, user-defined text, overwriting the 'paint' method of the floor JFXPanel the video, is there any way to put some kind of panel in front of the video and then add the text? Or go some other way, the goal is to add dynamic text to a video in a java application (I use swing libraries). Greetings and thank you very much!