This is a simple Java program that generates a graphical display of stars and lines with user input using the JavaFX library
The program generates a canvas and draws a number of stars on it, with the option to randomize the number of stars. It also generates a set of lines that connect a set of endpoints, with the option to randomize the number of endpoints. The lines are animated using a timeline animation that increases the width of the lines over time. The program also includes an animation of a single star moving across the canvas with randomly generated colors. The user can interact with the program by clicking on buttons to randomize the stars and lines.
To get started with this app, simply clone the repository and run it IntelliJ IDEA ( For this project i used the Community Edition )
This project is licensed under the MIT License - see the LICENSE.md file for details.