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)

1  
static JScrollPane jscroll_trackWidth(JComponent c) {
2  
  ret jscroll(scrollable_trackWidth(c));
3  
}
4  
5  
ifclass Swingable
6  
static JScrollPane jscroll_trackWidth(Swingable c) {
7  
  ret jscroll_trackWidth(c.visualize());
8  
}
9  
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: 359 / 423
Version history: 2 change(s)
Referenced in: [show references]