mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Swing popups are always on top by default
This commit is contained in:
@@ -921,6 +921,8 @@ public class AbstractPopup implements JBPopup {
|
||||
|
||||
window.setFocusableWindowState(myRequestFocus);
|
||||
window.setFocusable(myRequestFocus);
|
||||
// Swing popup default always on top state is set in true
|
||||
window.setAlwaysOnTop(false);
|
||||
|
||||
if (myFocusable) {
|
||||
window.setFocusTraversalPolicy(new FocusTraversalPolicy() {
|
||||
|
||||
Reference in New Issue
Block a user