styleableFX

Adds additional functionality to style javaFX elements.

License

License

GroupId

GroupId

de.saxsys
ArtifactId

ArtifactId

styleablefx
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

styleableFX
Adds additional functionality to style javaFX elements.
Project Organization

Project Organization

Saxonia Systems AG
Source Code Management

Source Code Management

https://github.com/xyanid/styleablefx

Download styleablefx

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
de.saxsys : svgfx jar 2.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.0.31-beta

Project Modules

There are no modules declared in this project.

styleableFX

This framework is aimed to easy styling of ui elements in javaFX.

Build Status

Maven dependency

Stable Release

This is the stable release that can be used in production.

<dependency>
  <groupId>de.saxsys</groupId>
  <artifactId>styleablefx</artifactId>
  <version>1.1.0</version>
</dependency>

Development Snapshot

Here you get new features. This release is unstable and shouldn't be used in production.

<dependency>
  <groupId>de.saxsys</groupId>
  <artifactId>styleablefx</artifactId>
  <version>1.2.0-SNAPSHOT</version>
</dependency>

Versions

Version
1.2.0
1.1.0
1.0.0