Libraryless. Click here for Pure Java version (11802L/70K).
1 | static JFrame showAlwaysOnTopFrame(JComponent content) {
|
2 | var frame = showFrame(content); |
3 | alwaysOnTop(frame); |
4 | ret frame; |
5 | } |
Began life as a copy of #1001623
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034108 |
| Snippet name: | showAlwaysOnTopFrame |
| Eternal ID of this version: | #1034108/1 |
| Text MD5: | 0089a67886b6ecbea98f90792117671a |
| Transpilation MD5: | b3ea6ff907d235f8f7935e643f88df3a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-22 16:57:50 |
| Source code size: | 131 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 353 / 447 |
| Referenced in: | [show references] |