Skip to content

rloschmann/ikonli

 
 

Repository files navigation

Ikonli

Build Status (travis) ASL3 Licensed download ikonli core donations Patreon orange


Ikonli provides icon packs that can be used in Java applications. Currently Swing and JavaFX UI toolkits are supported.

Installing

You can get the latest version of Ikonli directly from Bintray’s JCenter repository.

Refer to the guide for further information on configuration and usage.

Building

You must meet the following requirements:

  • JDK8u40 as a minimum

  • JDK9

  • Gradle 4.2

You may used the included gradle wrapper script if you don’t have gradle installed.

Define the following environment variables:

export JAVA_8=/path/to/jdk8
export JAVA_9=/path/tojdk9

Adapt these instructions to Windows settings if running on Windows.

Installing Gradle

Manual
  1. Download Gradle from http://gradle.org/downloads

  2. Unzip the file into a directory without spaces (recommended).

  3. Create a GRADLE_HOME environment variable that points to this directory.

  4. Adjust your PATH environment variable to include $GRADLE_HOME/bin (%GRADLE_HOME%\bin on Windows).

  5. Test your setup by invoking gradle --version.

SDKMAN
  1. Follow the instructions found at http://sdkman.io/ to install SDKMAN.

  2. You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/)

  3. Once SDKMAN is installed invoke sdk install gradle 4.2.

  4. Test your setup by invoking gradle --version.

Gdub

GDub is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It’s smart enough to use the gradle wrapper if available or your global gradle command. This is an optional download.

  1. Follow the instructions found at https://github.com/dougborg/gdub to install gdub

Next Steps

Make a full build issuing gradle build.

Run the sampler JavaFX application by invoking the following commands

With JDK8 selected
$ cd subprojects/sampler-javafx8
$ gradle run
With JDK9 selected
$ cd subprojects/sampler-javafx9
$ gradle run

Run the sampler Swing application by invoking the following commands

$ cd subprojects/sampler-swing
$ gradle run

About

Icon packs for Java applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 54.8%
  • CSS 45.0%
  • HTML 0.2%