1 | svoid internalFrameToBack(Component c) swing {
|
2 | JInternalFrame f = getInternalFrame(c); |
3 | if (f == null) ret; |
4 | f.toBack(); |
5 | } |
Began life as a copy of #1018262
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1026665 |
| Snippet name: | internalFrameToBack - move JInternalFrame to background (z order) |
| Eternal ID of this version: | #1026665/1 |
| Text MD5: | 06de761d68bd7620604ccaa7bb187c85 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-18 19:28:36 |
| Source code size: | 130 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 356 / 393 |
| Referenced in: | [show references] |