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

8
LINES

< > BotCompany Repo | #1036387 // vscrollingCenteredLine

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

Libraryless. Click here for Pure Java version (11716L/66K).

static JComponent vscrollingCenteredLine_noGaps(Component... components) {
  //ret new CenteredLine(components);
  ret jscroll_vertical_borderless(jpanel(new VScrollingWrapLayout().centeredHorizontally(true), components));
}

static JComponent vscrollingCenteredLine_noGaps(L<? extends Component> components) {
  ret vscrollingCenteredLine_noGaps(asArray(Component.class, components));
}

Author comment

Began life as a copy of #1004149

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1036387
Snippet name: vscrollingCenteredLine
Eternal ID of this version: #1036387/3
Text MD5: 568150cc7ee4cf61863aed7559c4421c
Transpilation MD5: 83d6cdf78fe5d0e03c13f01ae861a3e2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-12-01 00:24:36
Source code size: 394 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 64 / 101
Version history: 2 change(s)
Referenced in: [show references]