i'm pretty new to java. it's the first language i've learned. right now i'm trying to write a program that reads from a list of youtube links and opens each link ( formatted as such: https://www.youtube.com/v/EaKUmIR0qDU?autoplay=1) in a new frame. it's not supposed to be too pretty; i'm trying to make a visual application for a party. i'm running into a lot of issues, but here are the questions i have right now. how the fuck do i get a youtube video to play in a jframe? i tried using the native swing library's JWebBrowser, but I can't even get the internet to work in a JWebBrowser object. I'm using ubuntu. is there another solution for playing videos (specifically youtube videos) in a JFrame? i only know java.