static JComponent withLabelToTheRight(JComponent etc component, S label) { ret centerAndEast(component, jlabel(" " + label)); } static JComponent withLabelToTheRight(S label, JComponent etc component) { ret withLabelToTheRight(component, label); }
Began life as a copy of #1000826
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024617 |
Snippet name: | withLabelToTheRight |
Eternal ID of this version: | #1024617/3 |
Text MD5: | 75142b1868bb7c4d4517d92aee1b58c5 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-17 22:08:55 |
Source code size: | 258 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 255 / 298 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024618 - withLabelLeftAndRight #1036319 - withBoldLabelToTheRight |