jirkafm / FullscreenColors

A simple SWT fullscreen app which generates random color upon hiting any key.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FullscreenColors

A simple SWT fullscreen application running on primary monitor. When user hits any key application will draw random color. Application can be terminated by CTRL+Q keys.

Requires Java 1.8 and newer.

Build

Building application can be done through Eclipse IDE or through ant build script. Run ant inside project directory and binaries will be generated in dist folder.

Ant Build

Development

  1. Import project into Eclipse IDE
  2. Refer to SWT binary for your platform (x86_64 platform binaries included)

Please note that classpath refers to Windows library by default.

About

A simple SWT fullscreen app which generates random color upon hiting any key.

License:MIT License


Languages

Language:Java 100.0%