Libraryless. Click here for Pure Java version (9255L/51K).
static JScrollPane jBorderlessHigherHorizontalScrollPane(JComponent c) { var sp = borderlessScrollPane(jHigherScrollPane(c)); sp.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_NEVER); ret sp; }
Began life as a copy of #1034090
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036203 |
Snippet name: | jBorderlessHigherHorizontalScrollPane |
Eternal ID of this version: | #1036203/3 |
Text MD5: | d98736480c8e9005961fa7531a884179 |
Transpilation MD5: | 2b2c0c0829bff403bac693b707a45291 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-10-17 22:09:48 |
Source code size: | 222 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 145 / 208 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |