static JScrollPane jscrollVertical(final Component c) { ret swing(func -> JScrollPane { new JScrollPane(c, ScrollPaneConstants.VERTICAL_SCROLLBAR_AS_NEEDED, ScrollPaneConstants.HORIZONTAL_SCROLLBAR_NEVER) }); }
Began life as a copy of #1006014
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: | #1014105 |
Snippet name: | jscrollVertical - make JScrollPane with vertical scrolling only |
Eternal ID of this version: | #1014105/1 |
Text MD5: | ebf6fdd8da9e631979d5134ec780c75f |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-04-07 15:19:24 |
Source code size: | 224 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 355 / 418 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033694 - jscrollHorizontal - make JScrollPane with horizontal scrolling only |