On Wed, 27 Jan 2021 10:41:25 GMT, Ajit Ghaisas <aghai...@openjdk.org> wrote:
>> Robert Lichtenberger has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8228363: ContextMenu.show with side=TOP does not work the first time in >> the presence of CSS >> >> Removed node orientation from API doc. >> Removed extra blank lines. > > modules/javafx.controls/src/test/java/test/javafx/scene/control/ContextMenuTest.java > line 49: > >> 47: import static com.sun.javafx.scene.control.ContextMenuContentShim.*; >> 48: >> 49: import java.io.File; > > These 3 imports are unused. Remove them. Good catch. I removed the (now unused) imports. ------------- PR: https://git.openjdk.java.net/jfx/pull/383