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

AquaFX 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 AquaFX

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

<dependency>
  <groupId>com.aquafx-project</groupId>
  <artifactId>aquafx</artifactId>
  <version>0.2</version>
</dependency>

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