Libraryless. Click here for Pure Java version (4652L/26K).
1 | sbool isAlwaysOnTop(JFrame f) {
|
2 | ret f != null && swing(() -> f.isAlwaysOnTop()); |
3 | } |
4 | |
5 | sbool isAlwaysOnTop(Window w) {
|
6 | ret w != null && swing(() -> w.isAlwaysOnTop()); |
7 | } |
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: | 415 / 546 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |