Embed vlcj player in JPanel
问题 Hi I am trying to add a vlcj player in a jpanel. I am using this post and this post to realise this. I am also using a tutorial on how to use embeddedMediaPlayerComponent for this. I already got this working where the video is played in a JFrame. I want to place the vlcj-player in a JPanel now, but I am still getting erroneous behavior. Here is my code of the main class with the jframe in import java.awt.BorderLayout; import java.awt.Color; import java.awt.Font; import java.awt.Graphics;