pjomcsJAVA / aerofx

JavaFX Skin for native Windows 7 look & feel

Home Page:http://www.aerofx.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JavaFX Skin for native Windows 7 look & feel

http://www.aerofx.org/

License:Other


Languages

Language:Java 66.5%Language:CSS 33.5%