Libraryless. Click here for Pure Java version (11716L/66K).
1 | static JComponent vscrollingCenteredLine_noGaps(Component... components) { |
2 | //ret new CenteredLine(components); |
3 | ret jscroll_vertical_borderless(jpanel(new VScrollingWrapLayout().centeredHorizontally(true), components)); |
4 | } |
5 | |
6 | static JComponent vscrollingCenteredLine_noGaps(L<? extends Component> components) { |
7 | ret vscrollingCenteredLine_noGaps(asArray(Component.class, components)); |
8 | } |
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: | 125 / 187 |
Version history: | 2 change(s) |
Referenced in: | [show references] |