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

9
LINES

< > BotCompany Repo | #1016114 // jscroll_trackWidth - JScrollPane that tracks the component's width (has only a vertical scroll bar)

JavaX fragment (include)

static JScrollPane jscroll_trackWidth(JComponent c) {
  ret jscroll(scrollable_trackWidth(c));
}

ifclass Swingable
static JScrollPane jscroll_trackWidth(Swingable c) {
  ret jscroll_trackWidth(c.visualize());
}
endif

Author comment

Began life as a copy of #1014117

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1016114
Snippet name: jscroll_trackWidth - JScrollPane that tracks the component's width (has only a vertical scroll bar)
Eternal ID of this version: #1016114/3
Text MD5: 6342bac1acbe4212c061b02291948d2d
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-05-05 22:10:22
Source code size: 225 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 356 / 419
Version history: 2 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1020093 - jscroll_trackHeight - JScrollPane that tracks the component's height (has only a horizontal scroll bar)