Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to play video in Java Swing?

Tags:

java

video

swing

How to play a video in Java Swing? Is there any Swing components for this?

like image 541
PrashantAdesara Avatar asked Dec 31 '10 10:12

PrashantAdesara


People also ask

Is Java Swing still good?

Absolutely yes. Legacy swing applications are still supported and enhanced. There is no alternative for that. And if you are making applications like IDE's, SWING is still preferred.

What is a .form Java Swing?

Swing is a part of the JFC (Java Foundation Classes). Building Graphical User Interface in Java requires the use of Swings. Swing Framework contains a large set of components which allow a high level of customization and provide rich functionalities, and is used to create window-based applications.

What can you use Java Swing for?

August 3, 2021. Java Swing is part of Java Foundation Classes. It is used to create window-based applications which makes it suitable for developing lightweight desktop applications. Java Swing is built on top of an abstract windowing toolkit API purely written in Java programming language.


1 Answers

Have a look at FMJ - http://fmj-sf.net/

like image 120
Thorbjørn Ravn Andersen Avatar answered Oct 05 '22 01:10

Thorbjørn Ravn Andersen