How to play video in Java Swing? Are there any Swing components for this?
Take a look at FMJ - http://fmj-sf.net/
I suppose this will solve your problem: How to use JVLC (Java bindings for VLC)?
What you are looking for is JMF (Java Media Framework).
You can find some guides on how to use it in the SO question below.
Where can I find the Java JMF tutorial
vlcj is a very good library for playing videos in Java Swing, but first you need to install VLC on the user's computer:
https://github.com/caprica/vlcj