Libraryless. Click here for Pure Java version (7965L/45K).
1 | svoid componentToFront(Component c) {
|
2 | if (c != null) swing {
|
3 | var parent = c.getParent(); |
4 | parent?.setComponentZOrder(c, 0); |
5 | } |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035455 |
| Snippet name: | componentToFront |
| Eternal ID of this version: | #1035455/1 |
| Text MD5: | 949d1f414834b469730992c285bad5f6 |
| Transpilation MD5: | ec57cc7ff05d7a3650d6d8c007a47118 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-14 03:15:45 |
| Source code size: | 143 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 340 / 442 |
| Referenced in: | [show references] |