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

3
LINES

< > BotCompany Repo | #1024206 // jscroll_copyBackground - make JScrollPane with same background color as component

JavaX fragment (include)

static JScrollPane jscroll_copyBackground(Component c) {
  ret setScrollPaneBackground(getBackground(c), jscroll(c));
}

Author comment

Began life as a copy of #1024204

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024206
Snippet name: jscroll_copyBackground - make JScrollPane with same background color as component
Eternal ID of this version: #1024206/1
Text MD5: 467055935d6ee2ef7a27a9a6f76a9727
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-26 11:42:33
Source code size: 121 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 214 / 257
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)