Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rks-031/media-player-javafx
https://github.com/rks-031/media-player-javafx
apache css java javafx jdk netbeans-ide
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rks-031/media-player-javafx
- Owner: rks-031
- License: gpl-3.0
- Created: 2023-10-24T07:18:40.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-29T06:09:28.000Z (about 1 year ago)
- Last Synced: 2024-09-30T13:05:02.668Z (about 2 months ago)
- Topics: apache, css, java, javafx, jdk, netbeans-ide
- Language: Java
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Media-Player-JavaFX
This JavaFX mini project implements a MEDIA PLAYER similar to those found on standard PCs. Users can select and play videos from their local directories.
It includes essential functions like play, pause, stop, open folder, fast forward, and full-screen mode.
This straightforward program is user-friendly and accessible to a wide range of users.# Running the Project:
- Open the Project in NetBeans IDE 19.
- Open MediaPlayerApp.java file under the mediaplayer folder.
- Right cick and select Run file.
- The project will start running now.
# Working Demo
https://github.com/rks-031/Media-Player-JavaFX/assets/103258259/8fd63732-2058-4576-9b21-e8574a0a22a2# Tech Stack Used
Java, JavaFX, fxml, CSS# Environments used
- Apache NetBeans IDE 19
- JavaFX-SDK-21.0.1
- JDK 17