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

8
LINES

< > BotCompany Repo | #1015035 // gridBagConstraints_hstack_1

JavaX fragment (include)

static GridBagConstraints gridBagConstraints_hstack_1(int spacing) {
  new GridBagConstraints gbc;
  gbc.weighty = 1;
  gbc.fill = GridBagConstraints.VERTICAL;
  gbc.gridheight = GridBagConstraints.REMAINDER;
  gbc.insets = new Insets(0, spacing/2, 0, spacing/2);
  ret gbc;
}

Author comment

Began life as a copy of #1014633

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: #1015035
Snippet name: gridBagConstraints_hstack_1
Eternal ID of this version: #1015035/1
Text MD5: 9445b0f96645e656974e0d7a4b34090d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-07 12:46:55
Source code size: 283 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 292 / 314
Referenced in: [show references]