Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1036391 // jMaxHeight

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9920L/55K).

static <A extends Component> A jMaxHeight(A c, int h) {
  ret jMaxHeight(h, c);
}

static <A extends Component> A jMaxHeight(int h, A c) {
  ret jPreferHeight(h, jMaxHeight_pure(h, c));
}

Author comment

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: 49 / 74
Referenced in: [show references]