Footnotes
Preface
1 In the meanwhile, you can always use Java APIs to do almost anything that you can’t do directly in JavaFX.
2 Of course, there are limitations to this. It is easily possible to write a JavaFX application that works well on the desktop but is completely unusable on a mobile device, primarily because mobile devices have smaller screens and less powerful processors. However, if you are careful, it is certainly possible to write a JavaFX application that works on more than one type of device.
Chapter 1
1 You might have noticed that there is no semicolon at the end of this line of code. A semicolon is needed only to separate two JavaFX statements, so in this case we can get away without one. You also don’t need a semicolon after ...
Get JavaFX™ Developer’s Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.