Libraryless. Click here for Pure Java version (9920L/55K).
1 | static <A extends Component> A jMaxHeight(A c, int h) {
|
2 | ret jMaxHeight(h, c); |
3 | } |
4 | |
5 | static <A extends Component> A jMaxHeight(int h, A c) {
|
6 | ret jPreferHeight(h, jMaxHeight_pure(h, c)); |
7 | } |
Began life as a copy of #1004934
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1036391 |
| Snippet name: | jMaxHeight |
| Eternal ID of this version: | #1036391/1 |
| Text MD5: | cc721af922b2f49f603a694cf5a9beed |
| Transpilation MD5: | 9dbc0ec3bdee35926dee347511d86fac |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-12-04 23:18:45 |
| Source code size: | 193 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 426 / 553 |
| Referenced in: | [show references] |