static <A extends AbstractButton> A setVerticalTextPosition(final int pos, final A a) { if (a != null) swing { a.setVerticalTextPosition(pos); } ret a; }
Began life as a copy of #1007197
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: | #1015040 |
Snippet name: | setVerticalTextPosition |
Eternal ID of this version: | #1015040/3 |
Text MD5: | 2b0cfd9ff24ce9416a414316b4b76b6a |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-07 13:18:10 |
Source code size: | 160 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 337 / 389 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015042 - setVerticalAlignment |