Paul Krill
Editor at Large

JavaFX 19 rich client Java platform arrives

news
Sep 15, 20222 mins

Update extends H.265 video support to HTTP Live Streaming, adds CSS focus indicators, and fixes modal behavior and touch-screen bugs.

java / coffee
Credit: Burst

JavaFX 19, the latest iteration of the Java-based rich client application platform, has been released, with enhancements for video and CSS capabilities. The update also fixes a number of touch-screen bugs.

The open source platform, which goes by the slogan, “One Framework to Rule Them All,” can be accessed from Maven Central or gluonhq.com. Announced September 13, JavaFX 19 extends H.265/HVEC (High Efficiency Video Coding) codec support to HTTP Live Streaming.

JavaFX 19 also features faster observable ArrayList creation in FXCollections, and allows users to update an available list of printers with no need to restart the application. Also in the release, support was added for creating derived bindings from ObservableValue with a new API in the ObservableValue interface.

Elsewhere in JavaFX 19:

  • CSS pseudo-classes :focus-visible and :focus-within have been added to support visual focus indication and nested focus visuals, respectively.
  • Modal behavior fixes have been made for Stage on the Linux platform.
  • Bug fixes related to touch screens have been implemented, such as disappearing scroll bars on touch-enabled devices and a Scroll Pane edge bounce on Raspberry Pi.
  • Dependency upgrades have been made such as upgrading SQLite to version 3.37.2, and Glib to version 2.72.0.
  • For security, better long buffering is offered and WebKit referencing has been improved.

JavaFX became a standalone technology in 2018 after having previously been in the Java Development Kit (JDK). Introduced by Sun Microsystems in May 2007, JavaFX provides a platform for desktop, mobile, and embedded systems built on Java. Libraries and software are available for the complete lifecycle of an application.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author