Skip to content

Commit

Permalink
Improve player controls and media error handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Aug 16, 2024
1 parent 43ac92b commit e4a2b48
Show file tree
Hide file tree
Showing 73 changed files with 600 additions and 301 deletions.
3 changes: 2 additions & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
6 changes: 5 additions & 1 deletion org.monte.demo.javafx.movieplayer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>org.monte.media.parent</artifactId>
<version>${revision}</version>
</parent>
<artifactId>movieplayer</artifactId>
<artifactId>org.monte.demo.javafx.movieplayer</artifactId>
<packaging>jar</packaging>

<name>Monte Media Demo JavaFX Movie Player</name>
Expand Down Expand Up @@ -62,6 +62,10 @@
<groupId>ch.randelshofer</groupId>
<artifactId>org.monte.media</artifactId>
</dependency>
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>org.monte.media.javafx</artifactId>
</dependency>
<dependency>
<groupId>ch.randelshofer</groupId>
<artifactId>org.monte.media.swing</artifactId>
Expand Down
Loading

0 comments on commit e4a2b48

Please sign in to comment.