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

9
LINES

< > BotCompany Repo | #1005086 // jcenteredBoldLabel

JavaX fragment (include)

static JLabel jcenteredBoldLabel(S text) {
  JLabel l = jboldLabel(text);
  l.setHorizontalAlignment(JLabel.CENTER);
  ret l;
}

static JLabel jcenteredBoldLabel() {
  ret jcenteredBoldLabel("");
}

Author comment

Began life as a copy of #1004958

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005086
Snippet name: jcenteredBoldLabel
Eternal ID of this version: #1005086/2
Text MD5: dd0bb6c22dc2b366f13a01d214f11553
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-02-14 02:18:43
Source code size: 205 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 489 / 492
Version history: 1 change(s)
Referenced in: [show references]