Kevin Rushforth

Results 11 issues of Kevin Rushforth

This PR contains a proposal for [JavaFX Incubator Modules](https://github.com/kevinrushforth/jfx/blob/javafx.incubator/INCUBATOR-MODULES.md), along with an example of how such a module might be implemented. NOTE: This PR will remain in Draft. It is...

Update the code review guidelines for JavaFX. The JavaFX [CONTRIBUTING](https://github.com/kevinrushforth/jfx/blob/8332313-contributing/CONTRIBUTING.md) guidelines includes guidance for creating, reviewing, and integrating changes to JavaFX, along with a pointer to a [Code Review Policies](https://wiki.openjdk.org/display/OpenJFX/Code+Reviews)...

rfr

This is a test of the "issuestitle" check. It should warn if the JBS title and matching PR title end with a . or start with a leading lower-case letter....

This is a test of the "binary" check. It should warn if the PR includes a binary file. THIS PR WILL NEVER BE INTEGRATED --------- ### Progress - [ ]...

This is a test of the "binary" check. It should warn if the PR includes a binary file. This PR add a new binary file, and also modifies an existing...

This is a test of the "binary" check. It should warn if the PR includes a binary file. This PR modifies an existing binary file by replacing with a different...

A Swing / FX interop app will crash if an application creates a new AWT / Swing window after calling Platform.exit. The root cause of the crash is that AWT...

rfr

Draft PR to add the `jdk.jsobject` module to the JavaFX build. [JDK-8311530](https://bugs.openjdk.org/browse/JDK-8311530) / PR openjdk/jdk#20555 is the JDK PR that proposes to deprecate `jdk.jsobject` module for removal. I will need...

csr

This PR removes support for running JavaFX applications with the Java Security Manager. The initial work was done in 4 separate commits as follows: * Fail fast at startup if...

rfr
csr

This PR bumps the minimum version of the JDK needed to run JavaFX to JDK 23. In order for JavaFX to be able to use more recent JDK features, we...

rfr
csr