In the application I'm developing, I recently ran into a problem when the JavaFX Combobox is dropped in such a way that it leaves the screen. This is not a problem when the application is used in a small window, because there is a space under the window for the drop-down list. However, when the window is at the bottom of the screen, it partially turns off. See images below:

At first, I thought the problem was with my custom cell renderer, which allows me to display an image as well as text, but the official JavaFX Modena demo is experiencing the same problems. The combination should display AF:

, , Combobox Java 8. Java , Combobox , .
?