Monday, June 15, 2009

JavaFX constructor

Interestingly, and quite surprisingly, there is no Constructor in JavaFX. This is disturbing when coming from Java.
Instead you use

postinit{
loadFile()
}

see James Weaver's Blog

No comments:

Post a Comment