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

5
LINES

< > BotCompany Repo | #1036203 // jBorderlessHigherHorizontalScrollPane

JavaX fragment (include) [tags: use-pretranspiled]

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;
}

Author comment

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: 68 / 101
Version history: 2 change(s)
Referenced in: [show references]