PopupMenu: make sure that popup menu does not overlap any operating system task bar (issue #701)

This commit is contained in:
Karl Tauber
2023-07-31 22:21:35 +02:00
parent dfe4404a17
commit b47ed94f40
2 changed files with 19 additions and 6 deletions

View File

@@ -38,6 +38,8 @@ FlatLaf Change Log
- FormattedTextField: On Linux, fixed `IllegalArgumentException: Invalid
location` if `JFormattedTextField.setDocument()` is invoked in a focus gained
listener on that formatted text field. (issue #698)
- PopupMenu: Make sure that popup menu does not overlap any operating system
task bar. (issue #701)
#### Incompatibilities