Monthly Archives: August 2013
Convert FXML to Java as part of the build
FXML is a declarative way to define you JavaFX UIs, you can edit it by hand e.g. useing e(fx)clipse, use a DSL like FXGraph or use a WYSIWYG-Tool like SceneBuilder. At runtime a class named FXMLLoader takes the FXML and … Continue reading
Posted in e(fx)clipse
48 Comments
Using LESS in JavaFX
Inspired by a posting to openjfx-dev where I claimed: Using LESS in JavaFX applications is possible – I thought I should proof my statement and get LESS working in a JavaFX app. The LESS-File i’ve created for looks like this: … Continue reading
Posted in e(fx)clipse
5 Comments