thanks, so it's working with VLCExample.java now, I want to use it with JVLCPanel import java.awt.BorderLayout; import org.videolan.jvlc.JVLC; import org.videolan.jvlc.JVLCPanel; import org.videolan.jvlc.VLCException; public class JVLCPlayer extends javax.swing.JDialog { /** Creates new form JVLCPla...