Brnd08 / ActionRecorder

JavaFX application to record and replay user-computer interactions with multiple functionalities

Home Page:https://github.com/brnd08/ActionRecorder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPLv3Project ActionRecorder

ActionRecorder is a JavaFx application to record and replay user-computer interactions with multiple functionalities.

Development

This app was was developed using the following technologies:

  1. JavaFx 19
  2. Java SE 19.0.2
  3. Scene Builder 8.5.0
  4. Sqlite jdbc 3.36.0.3
  5. Jnativehook 2.2.2

This app has:

  • Intuitive and colourful design.
  • Transparency effects.
  • Data Persistence with SQLite Embedded database.
  • Own minimize and close buttons.
  • Window Drag Functionality.
  • Object Oriented Design.
  • Readable and documented Source code.

Design

Main View

Main view

Main View from the taskbar and tasks view

Main view from taskbar

Settings view

Settings view

Start recording view

Start recording view

Recording with system tray icon

Start recording view

Runing from source

To locally frun this project:

  • Clone this repo and go to proyect root:

    git clone https://github.com/Brnd08/ActionRecorder
    cd ./ActionRecorder
    
  • If you have a local maven instalation simply execute

    mvn javafx:run 
    

    Otherwhise user mvn wrapper file

    ./mvnw javafx:run 
    

    You should be able see something like this

    first_execution

About

JavaFX application to record and replay user-computer interactions with multiple functionalities

https://github.com/brnd08/ActionRecorder

License:GNU General Public License v3.0


Languages

Language:Java 95.6%Language:CSS 4.4%