On Thu, 13 Aug 2020 19:31:57 GMT, Kevin Rushforth <[email protected]> wrote:
>> They are called from the following static method:
>> @BeforeClass
>> public static void initFX() throws Exception {
>> initFXBase();
>> }
>
> No, these two are only used from `testClosedFocusedStageLeakBase`, which is
> an instance method. I removed `static`
> while testing it and it compiles and runs fine.
You are right, I've probably picked up the other 2 static variables.
-------------
PR: https://git.openjdk.java.net/jfx/pull/153