RFR: 8332895: Support interpolation for backgrounds and borders [v30]

Andy Goryachev angorya at openjdk.org
Thu Sep 5 19:03:06 UTC 2024


On Thu, 5 Sep 2024 18:54:11 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> modules/javafx.graphics/src/test/java/test/javafx/css/StyleableProperty_transition_Test.java line 198:
>> 
>>> 196:     void setup() {
>>> 197:         toolkit = (StubToolkit)Toolkit.getToolkit();
>>> 198:         scene = new Scene(new Group());
>> 
>> should we `hide` stage in `@AfterEach` ?
>> probably applies to other tests
>
> I'm already doing this in `@AfterEach` by calling `stage.close()`, which is equivalent to `hide()`.

I should have looked in eclipse.  You are right - it is there.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1522#discussion_r1746022202


More information about the openjfx-dev mailing list