Skip to content

KDingeling/GridComponent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: java -jar GridComponentApplication.jar
    --bg-color <arg>       RGB value for the color of the background
                           (from 000000 to ffffff)
    --center-color <arg>   RGB value for the color of the center lines
                           (from 000000 to ffffff)
    --grid-color <arg>     RGB value for the color of the grid lines (from
                           000000 to ffffff)
    --help                 shows this help
    --line-gap <arg>       gap between the lines in pixels
    --line-width <arg>     thickness of the lines in pixels
    --no-drawing-mode      Flag to disbale drawing and only show created
                           lines in cli output
    --side-length <arg>    side length of the grid in pixels

About

A simple test to implement a grid with JavaFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages