Articles

Graphical element that underlines the text
sbt-fxml: The missing link between FXML and your code

phdoerfler

#JavaFX

sbt-fxml: The missing link between FXML and your code

By usinf sbt-fxml FXML files suddenly type check thus allowing you to find mistakes almost instantly.

The native ones are not sleeping

claudine

#AquaFX

#JavaFX

The native ones are not sleeping

As time goes by, there are lots of freshly skinned controls, which are waiting to be shown. So here comes a little update.

Assertions and Rules in MarvinFX

hendrik

#JavaFX

Assertions and Rules in MarvinFX

Today I added some new features to MarvinFX. For all basic property types (String, Number, Boolean, etc...) MarvinFX will provide methods to check some common assertions for this properties.

Use native Aqua icons in JavaFX

hendrik

#AquaFX

#JavaFX

Use native Aqua icons in JavaFX

While planning AquaFX we found a way how to access Mac OS specific icons without using any closed APIs or Mac OS related classes.

Introducing MarvinFx

hendrik

#JavaFX

Introducing MarvinFx

For all my current JavaFX work I need a simple test framework to check the behavior of controls or complete scenes. Since I'm working more and more with the Property API I mainly wanted to to test the properties and their behavior of controls and scenes.

Global Stylesheet for your JavaFX Application

hendrik

#General

#JavaFX

Global Stylesheet for your JavaFX Application

There is a way to set a global Stylesheet to all JavaFX Scenes in your app. By using the JavaFX 8 class StyleManager you can define the default CSS files.

Update for the native ones

claudine

#AquaFX

#General

#JavaFX

Update for the native ones

I was keen on starting with the first components for the native Look and Feel for JavaFX. Now I want to show you what is the result.