Skip to content

bearddan2000/java-desktop-swt-colorblend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-desktop-swt-colorblend

Description

This project gives the user 1 label and several checkboxes. Based on whether the checkbox is selected, its color will be blended or removed from the label color.

Tech stack

  • docker-cli
  • java
    • jre 11
    • swing

Docker stack

  • ubuntu:latest

To run

xhost +localhost && sudo ./install.sh -u

To stop (optional)

xhost && sudo ./install.sh -d

To see help

sudo ./install.sh -h