Libraryless. Click here for Pure Java version (6186L/34K).
sO componentMetaSrc(Component c) { ret swing(-> { reMutable c; do try object getMetaSrc(c); while ((c = getParent(c)) != null); null; }); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034615 |
| Snippet name: | componentMetaSrc - find meta src of component or closest parent |
| Eternal ID of this version: | #1034615/3 |
| Text MD5: | 4da2f55f3ebb2da439d1dcee9a8b6da5 |
| Transpilation MD5: | 30295fb63ced60e0d3a216aebc69b141 |
| Author: | stefan |
| Category: | javax / gui / meta |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-24 18:03:29 |
| Source code size: | 173 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 597 / 704 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034621 - componentMetaSrc_verbose - find meta src of component or closest parent |