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

7
LINES

< > BotCompany Repo | #1015236 // packFrameVertically - synonym of packWindowVertically - keeps width

JavaX fragment (include)

static <A extends Component> A packFrameVertically(A c) {
  ret packWindowVertically(c);
}

static <A extends Component> A packFrameVertically(int width, A c) {
  ret packWindowVertically(setFrameWidth(width, c));
}

Author comment

Began life as a copy of #1015218

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015236
Snippet name: packFrameVertically - synonym of packWindowVertically - keeps width
Eternal ID of this version: #1015236/5
Text MD5: 7482e8c51597a7bc3dd57c7b961b8fe3
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-15 16:45:45
Source code size: 221 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 364 / 398
Version history: 4 change(s)
Referenced in: [show references]