JDK-8211247 : Open-source simple test programs for FX / SWT interop
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: other
  • Affected Version: jfx11
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-09-27
  • Updated: 2024-10-11
  • Resolved: 2024-09-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx24 b10Fixed
Related Reports
Relates :  
Relates :  
Description
We have a simple HelloFXCanvas test programs that is used during integration testing. It is an SWT app that creates an SWT button and an FXCanvas containing an animated rectangle.

This test program should be open-sourced and moved to the apps/toys directory in the "rt" repo.

Comments
Changeset: f8a20056 Branch: master Author: Jayathirth D V <jdv@openjdk.org> Committer: Kevin Rushforth <kcr@openjdk.org> Date: 2024-09-18 10:48:10 +0000 URL: https://git.openjdk.org/jfx/commit/f8a20056f4b19b45d311b96126b0a5fcfbe96923
18-09-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1571 Date: 2024-09-17 14:29:11 +0000
17-09-2024

Note that this need to go into a separate application and not be part of the "Hello" app, since it relies on a third-party swt library and the automatic module javafx.swt.
27-09-2018