Adding JavaFX tutorials

This commit is contained in:
Koz Ross 2015-08-24 21:57:42 +12:00
parent e623b009fa
commit e5b05c0cee

View file

@ -417,6 +417,7 @@ Intermediate
* [Dive Into Python][284] - A Python book for experienced programmers. [GNU FDL][281].
* [Haskell][285] - A very thorough Wikibook on programming Haskell. [CC-BY-SA-3.0][127].
* [JavaFX Tutorial][335] (video) - A series of videos about how to use JavaFX to make GUIs. [CC-BY-3.0][5].
* [Mostly adequate guide to functional programming (in JavaScript)][144] - A book on the fundamentals of functional programming in ECMAScript. [CC-BY-SA-4.0][145].
* [Structure and Interpretation of Computer Programs][240] - A classic programming and teaching text. Designed for teaching Scheme, but can be useful to anyone writing in any language. [CC-BY-SA-4.0][125].
@ -823,3 +824,4 @@ This is a catch-all category for things that don't fit anywhere else.
[332]: https://notabug.org/koz.ross/java-for-complete-beginners
[333]: https://notabug.org/koz.ross/cpp-tutorial-for-beginners
[334]: https://notabug.org/koz.ross/fp-in-js
[335]: https://notabug.org/koz.ross/javafx-tutorial