Libraryless. Click here for Pure Java version (4652L/26K).
sbool isAlwaysOnTop(JFrame f) { ret f != null && swing(() -> f.isAlwaysOnTop()); } sbool isAlwaysOnTop(Window w) { ret w != null && swing(() -> w.isAlwaysOnTop()); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033075 |
Snippet name: | isAlwaysOnTop |
Eternal ID of this version: | #1033075/4 |
Text MD5: | 8d1d53bfa11bb6a6b7db76db22f43b1e |
Transpilation MD5: | ae05131dcdc48f177fb6170d00f6dcaf |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-26 17:07:28 |
Source code size: | 176 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 185 / 267 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |