AeroFX

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

org.aerofx
ArtifactId

ArtifactId

aerofx
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

AeroFX
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://www.aerofx.org/aerofx

Download aerofx

How to add to project

<!-- https://jarcasting.com/artifacts/org.aerofx/aerofx/ -->
<dependency>
    <groupId>org.aerofx</groupId>
    <artifactId>aerofx</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.aerofx/aerofx/
implementation 'org.aerofx:aerofx:0.2'
// https://jarcasting.com/artifacts/org.aerofx/aerofx/
implementation ("org.aerofx:aerofx:0.2")
'org.aerofx:aerofx:jar:0.2'
<dependency org="org.aerofx" name="aerofx" rev="0.2">
  <artifact name="aerofx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aerofx', module='aerofx', version='0.2')
)
libraryDependencies += "org.aerofx" % "aerofx" % "0.2"
[org.aerofx/aerofx "0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

README

  • JavaFX 8 skin with a native Windows 7 look & feel
  • Version 0.3-SNAPSHOT and 0.2 (Release)

Build Status

Build

###What does it look like?! #### For comparsion, first a native Windows 7 dialog, followed by a JavaFX application, that is styled with AeroFX

  • Native Windows 7
    Windows 7 native

  • JavaFX demo styled with AeroFX
    JavaFX with AeroFX

How do I get set up?

This is an IntelliJ IDEA Project. Simply import as a Maven-Project (JDK 1.8 needed).
Alternatively, get AeroFX via the Central Repository!
Just add this dependency to your pom.xml:

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

License

This project is licensed under a 2-Clause BSD license.

Versions

Version
0.2
0.1