RFR: 8295078: TextField blurry when inside an TitledPane -> AnchorPane [v2]

Marius Hanl mhanl at openjdk.org
Wed Nov 2 14:50:48 UTC 2022


On Wed, 2 Nov 2022 14:07:23 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:

>> Marius Hanl has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8295078: Adjusted Copyright year
>
> modules/javafx.graphics/src/test/java/test/javafx/scene/layout/AnchorPaneTest.java line 35:
> 
>> 33: import javafx.stage.Stage;
>> 34: import org.junit.jupiter.params.ParameterizedTest;
>> 35: import org.junit.jupiter.params.provider.ValueSource;
> 
> In our tests, we don't mix junit4 and junit5 APIs in single test class.
> Could you please find an alternate/junit4 way for these two.

There is not really an alternative for this in junit4. I can create a new test class instead.

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

PR: https://git.openjdk.org/jfx/pull/910


More information about the openjfx-dev mailing list