Skip to content

The screen recorder application developed using Java and JavaFX allows users to capture their computer screen activities in real-time. It provides a simple and intuitive interface for initiating, pausing, and stopping recordings.

Notifications You must be signed in to change notification settings

Janith3cx/ScreenRecorder-JavaFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Screen Recorder

A screen recorder application built using Java and JavaFX. This project is currently under development.

Features

  • Basic screen recording functionality
  • Simple and intuitive user interface

Getting Started

Prerequisites

  • Java 17
  • JavaFX 17

Installation

  1. Clone the repository:

    git clone https://github.com/janith3cx/ScreenRecorder-JavaFX.git cd screen-recorder

Set up your development environment to use Java and JavaFX. You can follow the instructions from the JavaFX Documentation.

Running the Application

Navigate to the project directory:

cd path/to/your/project Compile and run the application using your IDE or via the command line:

javac -d out --module-path /path/to/javafx-sdk/lib --add-modules javafx.controls,javafx.fxml src/main/java/com/yourcompany/screenrecorder/*.java java -cp out --module-path /path/to/javafx-sdk/lib --add-modules javafx.controls,javafx.fxml com.yourcompany.screenrecorder.Main

Contributing

Contributions are welcome! Please fork this repository and submit pull requests for any enhancements or bug fixes.

Acknowledgements

JavaFX Documentation

Contact For any inquiries or feedback, please contact janith3cx@gmail.com.

About

The screen recorder application developed using Java and JavaFX allows users to capture their computer screen activities in real-time. It provides a simple and intuitive interface for initiating, pausing, and stopping recordings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages