Like AquaFX and Flatter AeroFX is an open source skin for JavaFX. AeroFX contains skins and style for all controls that are part of JavaFX to provide a native like look and feel on Windows. AeroFX was developed as a bachelor thesis by Matthias Meidinger.

AeroFX is not longer in active development. But since it is an open source project you can still find all sources and documentation online. Furher development in a fork as by providing pull request is always welcome.

How to use AeroFX

The AerofFX lib is published to Maven central. Therefore you can easily add it to any Maven (or gradle) project:

<dependency>
  <groupId>org.aerofx</groupId>
  <artifactId>aerofx</artifactId>
  <version>0.2</version>
</dependency>

If you want to know more about AeroFX you should have a look at the following links: