

To address the need for tuning applications on a specific class of devices, the JavaFX 1.1 platform includes APIs that are desktop or mobile-specific. This approach makes it possible for developers to use a common programming model while building an application targeted for both desktop and mobile devices and to share much of the code, graphics assets and content between desktop and mobile versions. JavaFX 1.1 was based on the concept of a "common profile" that is intended to span across all devices supported by JavaFX.
Github netbeans android#
This allows a single source code base to create applications for the desktop, iOS, and Android devices.
Github netbeans software#
Open-source JavaFXPorts works for iOS (iPhone and iPad) and Android and embedded ( Raspberry Pi) and the related commercial software created under the name "Gluon" supports the same mobile platforms with additional features plus desktop. Oracle support for JavaFX is also available for Java JDK 8 through March 2025. JavaFX was intended to replace Swing as the standard GUI library for Java SE, but it has been dropped from new Standard Editions while Swing and AWT remain included, supposedly because JavaFX's marketshare has been "eroded by the rise of 'mobile first' and 'web first applications." With the release of JDK 11 in 2018, Oracle made JavaFX part of the OpenJDK under the OpenJFX project, in order to increase the pace of its development. On mobile, JavaFX Mobile 1.x is capable of running on multiple mobile operating systems, including Symbian OS, Windows Mobile, and proprietary real-time operating systems. Beginning with JavaFX 1.2, Oracle has released beta versions for OpenSolaris. On desktops, JavaFX supports Windows Vista, Windows 7, Windows 8, Windows 10, macOS and Linux operating systems. JavaFX has support for desktop computers and web browsers on Microsoft Windows, Linux, and macOS, as well as mobile devices running iOS and Android.

JavaFX is a software platform for creating and delivering desktop applications, as well as rich web applications that can run across a wide variety of devices.
