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

9
LINES

< > BotCompany Repo | #1008155 // showControlButtons - convenience method for showing a line of things in the controls area

JavaX fragment (include)

static void showControlButtons(final L<? extends Component> components) {
  swing {
    showControls(jcenteredline(components));
  }
}

static void showControlButtons(Component... components) {
  showControlButtons(asList(components));
}

Author comment

Began life as a copy of #1006282

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: #1008155
Snippet name: showControlButtons - convenience method for showing a line of things in the controls area
Eternal ID of this version: #1008155/3
Text MD5: ccccdb86a6ce9367c2f57db5398b1f2c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-28 14:27:22
Source code size: 247 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 474 / 505
Version history: 2 change(s)
Referenced in: [show references]