I would like to know if it is possible to to embed an youtube Iframe in a Java program. I know that you can put html
in a JLabel
but it didn't work. All I did was
JLabel video = new JLabel("video url here");
So I don't really know what to do. I've checked thisbut it didn't help. Can you even put an iframe in Java?
Thanks a lot.