【初心者】JRubyによるJavaFX(FXML)アプリの基本 - Qiita

動機 今どき、JavaやRubyでGUIのデスクトップアプリを作りたいという人は少ないかもしれませんが、CUIコマンドの引数指定を忘れた時、GUI画面があったほうがいいと思うことがあります。(Tcl/Tkで作っていた人もいたかもしれません) Javaには、Swing、Ja...

Qiita

Due to some issues, I had to start over with my Icelandic currency converter project (IceCo), so here it is again : )

See https://github.com/michiel-jfx/iceconverter

It's a 100% #java mobile phone app (#Android only for now) : an Icelandic krónur to euro conversion app. It's open source and uses 100% #javafx with #fxml

Features:
- Converts euros to krónur back and forth
- Fetches currency from the web at startup
- Uses a free to use custom font (Ubuntu Light family)

GitHub - michiel-jfx/iceconverter: Mobile phone application build with Java with JavaFX using FXML to convert krónur to euros and vice versa

Mobile phone application build with Java with JavaFX using FXML to convert krónur to euros and vice versa - michiel-jfx/iceconverter

GitHub
Opal 1.5.0 - Release

Solving problems using code

Just started writing #FXML and got a javafx.fxml.LoadException that doesn't give me any hint of what is wrong. I don't like where this is going.

#java #javafx

Custom JavaFX components in SceneBuilder

So you want to open a JavaFXML with a custom component in SceneBuilder? This week I have been playing with this project: an implementation of a Twitter Client in JavaFX.  The application uses …

Ikasten.IO