1 | sclass tempDisposePIFrame_obj<A extends Component> implements AutoCloseable {
|
2 | A component; |
3 | |
4 | *(A *component) {}
|
5 | |
6 | public void close() {
|
7 | disposePIFrame(component); |
8 | } |
9 | } |
10 | |
11 | static <A extends Component> tempDisposePIFrame_obj<A> tempDisposePIFrame(A c) {
|
12 | ret tempDisposePIFrame_obj(c); |
13 | } |
Began life as a copy of #1016238
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020975 |
| Snippet name: | tempDisposePIFrame - dispose possibly internal frame after current block |
| Eternal ID of this version: | #1020975/1 |
| Text MD5: | 95581f7b5250b7318b7b454bd74eca85 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-15 16:40:03 |
| Source code size: | 309 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 505 |
| Referenced in: | [show references] |