-
Enhancement
-
Resolution: Fixed
-
P2
-
None
I need the Swing equivalent of Window.setAlwaysOnTop(boolean) from JavaFX in order to prevent windows from being covered by other desktop applications.
Ideally this would be an attribute on Stage like the following:
Stage {
alwaysOnTop: true
}
Ideally this would be an attribute on Stage like the following:
Stage {
alwaysOnTop: true
}
- duplicates
-
JDK-8092092 Expose Keep-Above / Keep-Below Window Attributes
- Closed
-
JDK-8099247 Need Always On Top For Stage
- Closed
-
JDK-8102361 Implement setStayOnTop method for Windows/Stages
- Closed
- relates to
-
JDK-8087456 [Gtk] Calling setIconified(true) on a window with a child does not iconify the window
- Open
-
JDK-8089997 Gtk: iconification through window trim leads to incorrect notification on owned windows
- Open
-
JDK-8094509 Gtk: Always on top notifications do not work on Linux
- Resolved
(1 relates to)