Content deleted Content added
No edit summary |
No edit summary |
||
Line 3:
'''JavaFX Script''' is a [[scripting language]] designed by [[Sun Microsystems]], working in the [[Java Platform]] and intended to be more productive and easier than [[Java (programming language)|Java]]. It is targeted for the same class of interactive web applications for which [[Adobe Flash]], [[Ajax (programming)|AJAX]] and [[Microsoft Silverlight]] are targeted. JavaFX will be released under [[GNU]] [[GNU General Public License|General Public License (GPL)]]. It works with major [[integrated development environment|IDE]]s like [[Netbeans|NetBeans]] and Eclipse.
JavaFX Script used to be called [[F3 (language)|F3]] for Form Follows Function.
JavaFX's syntax is more like VB6 - in that components are specified declaratively, and callbacks are linked via a bind operation. This contrasts strongly to Swing, which has a verbose syntax that is confronting to many experienced developers.
|