Javafx 简明教程

Discuss JavaFX

JavaFX 是一个用于构建 Rich Internet Applications 的 Java 库。使用此库编写的应用程序可以在多个平台上始终如一地运行。使用 JavaFX 开发的应用程序可以在各种设备上运行,例如台式机、移动电话、电视、平板电脑等。

JavaFX is a Java library used to build Rich Internet Applications. The applications written using this library can run consistently across multiple platforms. The applications developed using JavaFX can run on various devices such as Desktop Computers, Mobile Phones, TVs, Tablets, etc.

要使用 Java 编程语言开发 GUI Applications ,程序员依靠 Advanced Windowing ToolkitSwings 等库。JavaFX 出现后,这些 Java 程序员现在可以使用丰富的内容有效地开发 GUI 应用程序。

To develop GUI Applications using Java programming language, the programmers rely on libraries such as Advanced Windowing Toolkit and Swings. After the advent of JavaFX, these Java programmers can now develop GUI applications effectively with rich content.

在本教程中,我们将讨论 JavaFX 的所有必需元素,这些元素可用于开发有效的 Rich Internet Applications。

In this tutorial, we will discuss all the necessary elements of JavaFX that you can use to develop effective Rich Internet Applications.