On Fri, 22 May 2026 11:32:13 GMT, Marius Hanl <[email protected]> wrote:
>> Christopher Schnick has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix null handling for text field > > modules/javafx.controls/src/test/java/test/javafx/scene/control/ComboBoxTest.java > line 399: > >> 397: >> 398: ListCell<String> cell = (ListCell<String>) >> ((ComboBoxListViewSkin<String>) comboBox.getSkin()) >> 399: .getDisplayNode(); > > Just call and cast `getDisplayNode();` directly Fixed > modules/javafx.controls/src/test/java/test/javafx/scene/control/ComboBoxTest.java > line 449: > >> 447: >> 448: ListCell<String> cell = (ListCell<String>) >> ((ComboBoxListViewSkin<String>) comboBox.getSkin()) >> 449: .getDisplayNode(); > > Just call and cast `getDisplayNode();` directly Fixed ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/2169#discussion_r3288300785 PR Review Comment: https://git.openjdk.org/jfx/pull/2169#discussion_r3288301248
