We painted the wall in the living. We had a dark grey wall in our previous appartment, and wanted something like that but a tad darker. In the shop the paint looked like very dark grey, but as you can see, the wall is practically black. And we like it!
Today (looking at the time I see I actually mean: yesterday) I tried this JavaFX tutorial. Should be easy after following the instructions on this page to setup the JavaFX plugin first.
The plugin basically gives you a new projecttype when choosing File->New. And of course gives you the libraries. But mind you, following the tutorial until the actual “Run Project” will not result in a new Window to be shown, but in an error message. Choosing New->JavaFX Application will not add the JavaFXUserLibs to the project, you have to do that yourself.
What to do?
Right click on the project, as per the example JavaFXApp and choose Properties. Choose the Libraries category. In the Compile tab and in the Run tab add the “JavaFXUserLib” library. Now you can run you fx-files.